Skip to content

Relaxpuke/viro-react-starter-kit

 
 

Repository files navigation

Viro Starter Kit

This is a blank React Native project setup with Viro.

Prerequesites

Set up the development environment for react native.

⚠️ NOTE: The android emulators are not supported by Viro. See this.

Installation

  1. git clone https://github.com/ViroCommunity/starter-kit.git
  2. cd starter-kit
  3. npm install
  4. npx pod-install (iOS)
  5. npx react-native run-android or npx 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!

Need help?

Reach us in Discord.

About

This is based on https://github.com/ViroCommunity/starter-kit, with bumped version and additional res files. Medium article related to this project can be found here: https://medium.com/ascentic-technology/crafting-ar-apps-with-react-native-a9040cf40042

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 32.5%
  • JavaScript 30.0%
  • Objective-C 23.0%
  • Starlark 9.8%
  • Ruby 4.7%