This is a Demo App to demonstrate the capabilities of React Native. Examples of the following are included:
- React Navigation v5.0
- Tab Navigation
- Stack Navigation
- WebView use cases
- Native Modules (e.g. MapView)
- Redux for keeping state
Install XCode11+ (https://developer.apple.com/xcode/)
Install CocoaPods (https://guides.cocoapods.org/using/getting-started.html)
Install yarn (https://classic.yarnpkg.com/en/docs/install/#mac-stable)
git clone https://github.com/snoronha/RNDemoApp
cd RNDemoApp
yarn install
cd ios
pod install
cd ..
npx react-native run-ios (you can specify the simulator like so: npx react-native run-ios --simulator="iPhone 8")