-
Hi! I've been exploring React 360, as it seems like a potentially better fit for a prototype I've been until now building on top of A-Frame.
One of the things I really appreciate about A-Frame's do…
-
### Description
Some internal ReactVR components like Pano and CylindricalLayer crash if given a stylesheet instead of a literal object with styles.
#### Expected behavior
Stylesheets should …
-
I notice that React VR can read URL parameters like `localhost:8081/vr/?hotreload` for debugging.
**Is it possible for React VR to read self-defined URL parameter?** For example, using `localhost:8…
-
## Feature Request
### Description
Currently, React VR is using the React Native approach to architect the application. However, this makes it impossible to embed React VR scene into a normal websit…
-
--- Delete everything above this line before submitting your issue ---
**The examples are not working as expected for me. Documentation on the process is limited.**
Is this a Bug or a Feature …
-
Hi @Amine-H I like the new release, the helpers look clean 👍
There is a little issue, `Show` supports only returning one element.
This will not work:
```
Other element
```
React …
-
How would you approach adding font icon support (such as Font Awesome, Material Icons etc) for React VR? I'm not considering `.png`, because we all know `.png` isn't scalable in all the meanings of th…
-
### Problem
I use `react-vr init demo` to create a React VR project. It works.
**However, after using `npm install --save mathjs` and add it to the project:**
``` jsx
import React from 'reac…
-
### Description
**Bug**
When polling the rotation using VrHeadModel.rotation() values are correct until the user enters VR mode. Once in VR mode the VrHeadModel.rotation() value returned is alway …
-
### Introduction
Out of the box, react-native is for building Android and iOS (and TvOS?) apps, so `react-native init` starts us of with an `android` and `ios` folder and project. However …