- Make sure you have
node
andwatchman
installedbrew install node && brew install watchman
- From the root directory run
yarn
- Add Helpshift config to
helpshift.config.json
For iOS
cd ios && pod install
- Then run app in
ios
directory via XCode
For Android
- From root directory run
npx react-native start
- Run app in
android
directory via Android Studio