This is a React Native project setup with Viro.
Set up the development environment for react native.
⚠️ NOTE: This application cannot be used by emulators, so install this on a physical device only.
git clone URL
cd integrated_ar_chatbot
npm install
⚠️ NOTE: If getting some dependency issues run:npm install --legacy-peer-deps
- This app is working flawlessly on npm version: 16.13.0. So use command:
nvm use 16.13.0
to set correct npm version. - For running on iOS:
i)
npx pod-install
ii)npx react-native run-ios
- For running on android:
i)
npx react-native start
ii)npx react-native run-android
npx react-native run-android
fails with EACCESS gradlew.bat or EACCESS gradlew, run chmod +x gradlew.bat
or chmod +x gradlew
.