git clone https://github.com/KhalisFoundation/sundar-gutka-react.git.cd sundar-gutka-react.npm install.
To setup android development environment: https://reactnative.dev/docs/environment-setup
Post environment setup
- Start the application -
npx react-native run-android. - Start metro bundler
npx react-native start.
To setup ios development environment: https://reactnative.dev/docs/environment-setup
Post environment setup
- Start the application -
npx react-native run-ios. - Start metro bundler
npx react-native start.