Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 842 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 842 Bytes

🍭 CNDY WALLET 🍭

Use React Native Debugger for debugging.

This project was bootstrapped with Create React Native App and then ejected.

Credits

Food icons by Salinee Pimpakun.

Signing Android

Follow along here.

The keystore file needs to be located at: android/app/cndy-wallet-dev.keystore

You need to set the following environment variables.

ORG_GRADLE_PROJECT_CNDY_RELEASE_STORE_FILE=cndy-wallet-dev.keystore
ORG_GRADLE_PROJECT_CNDY_RELEASE_KEY_ALIAS=***
ORG_GRADLE_PROJECT_CNDY_RELEASE_STORE_PASSWORD=***
ORG_GRADLE_PROJECT_CNDY_RELEASE_KEY_PASSWORD=***