React WebXR is an attempt at creating React components implementing some of the WebXR Device API. The intention is to start with some of the augmented reality features - firstly the Hit Test API.
A list of components and usage can be found in the
Currently the augmented reality features in WebXR are only supported in the Chrome 81 for Android - currently in beta
Once you have cloned the repository run yarn
to install the package dependencies.
Then run yarn storybook
to run the storybook application on http://localhost:3000