React Native project setup with Viro
The Viro Starter Kit is a blank React Native project setup with Viro, a platform for building augmented reality (AR) and virtual reality (VR) experiences. Before installing the starter kit, it is important to set up the development environment for React Native. It should be noted that the Android emulators are not supported by Viro.
To install the Viro Starter Kit, follow these steps:
git clone https://github.com/ViroCommunity/starter-kit.git
cd starter-kit
npm install
npx pod-install
npx react-native run-android
If the above command fails with “EACCESS gradlew.bat or EACCESS gradlew,” run the following command before retrying:
chmod +x gradlew.bat or chmod +x gradlew
npx react-native run-ios
Please note that the variant arguments are not needed for debug or release builds.
The Viro Starter Kit is a helpful resource for developers looking to create AR and VR experiences using React Native. It provides a blank React Native project pre-configured with Viro, making it easier to get started with building immersive experiences. The installation process is straightforward, with clear instructions provided in the documentation. However, it should be noted that Android emulators are not supported by Viro. In case of any difficulties, developers can reach out for assistance in the Viro Discord community.