SlvLabs / slavi-wallet

Mobile version of slavi wallet
49 stars 0 forks source link

Build

Run with debug

# dev-environment
ENVFILE=.env.development react-native run-android
ENVFILE=.env.development react-native run-ios

# prod-environment
ENVFILE=.env.production react-native run-android
ENVFILE=.env.production react-native run-ios

Build android

#./gradlew clean
# dev-environment
cd android && ENVFILE=.env.development ./gradlew assembleRelease

# prod-production
cd android && ENVFILE=.env.production ./gradlew assembleRelease

Build ios

TODO