This repo contains demo codes for my Medium article 👉 Medium Article
- Go to project folder and run
npm install
- Go to ios folder and run
pod install
- Go to the main folder.
- To deploy to an Android emulator or attached Android phone, you can run the app by typing
react-native run-android
- To deploy to an IOS emulator, you can run the app by typing
react-native run-ios
rn-navigation-example is MIT licensed.