This is a basic React Native project setup with Viro.
This application displays 'Airothon 4.0' on the screen on behalf of AR model. Since online demostration via hosting is not possible, we are submitting its source code and apk in the repositary. We also pinned some screenshots with this repo
Set up the development environment for react native.
git clone https://github.com/ViroCommunity/starter-kit.git
cd starter-kit
npm install
npx pod-install
(iOS)npx react-native run-android
ornpx react-native run-ios
if npx react-native run-android
fails with EACCESS gradlew.bat or EACCESS gradlew, run chmod +x gradlew.bat
or chmod +x gradlew
.