Installing ViroReact
Installation instructions
If you are starting a new project, please consider using our Starter Kit as a basis for your app.
The steps below are for manually installing and linking the library to an existing React Native project. We do not yet support auto-linking.
Install
NPM
$ npm install --save @reactvision/react-viro
Yarn
$ yarn add @reactvision/react-viro
Complete your integration
Now that you've installed the ViroReact library into your project, you'll need to complete your setup by following one of our two integration guides.
Updated 5 days ago