Skip to content

SlvLabs/slavi-wallet

Repository files navigation

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