Skip to content

cryptosi/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

About

Mobile version of slavi wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Java 0.8%
  • Ruby 0.4%
  • JavaScript 0.2%
  • Objective-C 0.2%
  • Objective-C++ 0.1%