November 2017
Beginner
294 pages
6h 55m
English
How do you know what version of React you have installed? From a Node.js prompt, type this:
npm list react-vr
Also, check the version of react-vr-web:
npm list react-vr-web
Check the version of react-vr-cli (the command-line interface, really only for creating the hello world app).
npm list react-vr-cli
Check the version of ovrui (open VR's user interface):
npm list ovrui
You can check these against the versions on the documentation. If you've subscribed to React VR on GitHub (and you should!), then you will get an email telling you that there is an upgrade. Note that the CLI will also tell you if it is out of date, although this only applies when you are creating a new application (folder/website).
The release notes are ...
Read now
Unlock full access