This is a blank React Native project setup with Viro.
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
NOTE: The variant arguments are not needed for debug or release.
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!