This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
v2.0.0
To upgrade your application:
- Delete your
node_modules
directory - Open your
package.json
file - Update
react-vr
,react-vr-web
, andovrui
to"~2.0.0"
- Update
react
to"16.0.0"
- Update
react-native
to"~0.48.0"
- Update
three
to"^0.87.0"
- Reinstall your dependencies with
npm install
oryarn
- Update your
rn-cli.config.js
file to replace
var blacklist = require('./node_modules/react-native/packager/blacklist');
with
var blacklist = require('metro-bundler/src/blacklist');
This release adds support for glTF, including animations and custom shaders, and improves support for the forthcoming Windows Mixed Reality headsets! Also included are a variety of performance improvements and bugfixes to improve your development experience. Under the hood, dependencies like React Native and Three.js have been updated as well.