Viro Starter Kit
This is a blank Expo project setup with Viro.
Prerequisites
Set up the development environment for react native.
⚠️ NOTE: The android emulators and the ios simulators are not supported by Viro. See this.
Installation
TODO: Does this need to change? do a full clone of repo before submitting
git clone https://github.com/ViroCommunity/expo-starter-kit.git
cd expo-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
.
NOTE: The variant arguments are not needed for debug or release.
How to Install Viro in an existing project?
If you are integrating ViroReact into an existing project, have a look at our Installation instructions. Please note that this does not work with Expo Managed Workflows. Sorry!