React native application
To set up the local environment
- Follow the guideline on https://reactnative.dev/docs/environment-setup
git clone https://github.com/muthudevendra/devnet-mobile.git
cd appname
npm install
- Xcode should be installed to test on ios simulator
cd ios
pod install
npx react-native run-ios
- Android studio should be installed and emulator should be running to test on emulator
npx react-native run-android