Version 2.0
Last Updated On - 24th April 2020
Install these in order to successfully run this theme in your devices.
yarn install
react-native run-android
cd ios pod install
$ 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 2.0.0 - April 24th, 2020 ----------------------------------------------------------------------------------------- - Updated all the plugins to latest version - Added Cocoapods ----------------------------------------------------------------------------------------- Version 1.0.0 - January 20th, 2019 ----------------------------------------------------------------------------------------- - first version