All Questions
119 questions
5 votes
1 answer
1k views
Why was React 360 formerly React VR deprecated/stopped?
I've been searching the internet for a couple of hours and couldn't find anything related. So far, I just found that the GitHub project is archived. Also, there are several posts about the rebranding ...
0 votes
1 answer
74 views
Uncaught ReferenceError: React360 is not defined (Its a matter of my Graduation. So I will be very grateful)
My react360 project was running fine. But I installed [email protected]. After that my project didnt start. It gave this error: enter image description here My package.json file was : enter image ...
0 votes
2 answers
280 views
How can I use a 3d scene in a React Web App?
I need a piece of advice. I want to create a React web application with React using typescript and I want when clicking a button to show a new page with a scene of a town. What is the best way to make ...
-1 votes
1 answer
208 views
Can i use React360 to create a 360 view tour, on a project that i'm trying to develop using Angular front-end?
so I'm trying to create a project/website using angular for the front-end and node.js for the back-end. i need to create 360° panorama for multiple images just like what you see on google street map, ...
0 votes
2 answers
1k views
I get an error creating a react-360 project
I get this error when I start a new react-360 project using react-360 init myProject.It creates the folder but when I npm start it gives me more errors. react-360 init MyProject (node:17583) ...
2 votes
0 answers
378 views
Is it possible to make virtual tours using images in react native expo
I am trying to build a feature in my app that takes couple of images of a place and transfer them into a virtual tour but I couldn't figure out how to do it using react native expo, I saw some ...
0 votes
0 answers
101 views
How can I add react 360 on a regular react site?
I want to add 3d viewing option to my navigation. Currently, I see the only option is to add react-360 as an iframe but how can I actually take them from my regular site to 360 mode? Please see ...
1 vote
1 answer
621 views
React360 npm install stuck at Loading dependency graph
I have to do some work with VR for a uni project and I installed the React360 cli for this. I then ran react-360 init Hello360, cd Hello360. The files are all installed and fine The issue is when I ...
-1 votes
1 answer
671 views
how can I exactly create 360 video with react 360?
Today, I started a project that requires 3D objects, 360 Images, and 360 videos on the frontend. So I decided to use the react 360 library since I am fairly knowledgable at react and javascript. ...
4 votes
2 answers
2k views
how to Communicate between react-native webView and a React web-app?
i'm trying to create a communication between a webView in react-native and a web-app created with React-360 (and of course React). I'm using the react-native-webview and I follow this guide at this ...
2 votes
2 answers
1k views
React-360 Oculus Quest won't go into VR Mode
I have to be missing something: I installed node.js, installed react-360, created the Hello360 app but can't get the page to go into VR Mode in my Oculus Quest via the Oculus Browser. It just looks ...
0 votes
1 answer
418 views
React 360 and Cloud Firestore: status 400 when trying to write to database
I'm working on a React 360 app which requires a user to sign up while in VR mode. The relevant code in my SignUp.js file is as follows: import fire from "../../Firebase"; import "firebase/firestore"; ...
1 vote
0 answers
417 views
window.DeviceOrientationEvent is undefined in Safari on iOS (React web-app)
I have a React app running on a server that uses some React 360 components. One of the components has a button with an onClick event which points to a method askPermission(). I'm trying to have the ...
0 votes
1 answer
488 views
Responsive flat panel in react-360
I would like to make responsive flat panel - on a mobile device should be in full screen like there https://tour.croptrust.org/ Is there a possibility to achieve that in react-360. Here is my ...
1 vote
0 answers
125 views
How to drag & drop objects in react360?
After placing a react component in react 360 surface, how to add "drag & drop" on this component in react360? Is this even possible with react 360?