Last active
October 11, 2019 01:35
-
-
Save devifr/e01dacadf35630a232c48df729b142c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Install React Navigation -- | |
npm install react-navigation | |
npm install react-native-gesture-handler | |
npm install react-native-reanimated | |
npm install react-navigation-stack | |
cd ios | |
pod install | |
cd .. | |
--pengganti react-native eject jika tidak bisa-- | |
react-native upgrade --legacy true | |
-- Jalankan Emulator -- | |
emulator -avd Nexus_5_API_27 -netdelay none -netspeed full | |
emulator -avd Nexus_5X_API_28 -netdelay none -netspeed full | |
-- Link Documentasi Create APK and file to upload Play Store-- | |
https://facebook.github.io/react-native/docs/signed-apk-android | |
-- Link Untuk Upload Ke Play Store -- | |
https://developer.android.com/distribute/console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment