Version 1.0
Last Updated On - 31st October 2019
Install these in order to successfully run this theme in your devices.
npm install
react-native run-android
cd ios
$ keytool -genkey -v -keystore my-release-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000
MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
MYAPP_RELEASE_KEY_ALIAS=my-key-alias
MYAPP_RELEASE_STORE_PASSWORD=*****
MYAPP_RELEASE_KEY_PASSWORD=*****
## for MacOS and Linux
cd android
chmod +x gradlew
./gradlew assembleRelease
## for Windows
cd android
.\gradlew.bat assembleRelease
Product → Scheme → Edit SchemeSelect the Run tab in the sidebar, then set the Build Configuration dropdown to Release.
(Go to Xcode -> Preference -> Locations)
xcode-select --install sudo gem install fastlane -NV
fastlane sigh resign
----------------------------------------------------------------------------------------- Version 1.0.0 - October 31th, 2019 ----------------------------------------------------------------------------------------- - first version