facebookarchive / react-360

Create amazing 360 and VR content using React
https://facebook.github.io/react-360
Other
8.73k stars 1.23k forks source link

BasicAppTemplate not works #645

Open gstuczynski opened 5 years ago

gstuczynski commented 5 years ago

I just init project witch react-360 init and copy content of Samples/BasicAppTemplate, then install dependencies and try to run, in browser console i get

TypeError: AudioModule.addHandle is not a function
This error is located at:
    in VrButton (at BasicAppTemplateInfoButton.react.js:74)
    in RCTView (at View.vr.js:543)
    in View (at BasicAppTemplateInfoButton.react.js:68)
    in BasicAppTemplateInfoButton (at index.js:35)
    in RCTView (at View.vr.js:543)
    in View (at index.js:45)
    in RCTView (at View.vr.js:543)
    in View (at index.js:44)
    in BasicAppTemplate (at renderApplication.js:35)
    in RCTView (at View.vr.js:543)
    in View (at AppContainer.js:102)
    in RCTView (at View.vr.js:543)
    in View (at AppContainer.js:126)
    in AppContainer (at renderApplication.js:34)

I have tried with with multiple vesions of node and npm, also tried with different versions of react-native, but without success.

andrewimm commented 5 years ago

BasicAppTemplate is currently only used by some of our partners, and depends on APIs that aren't finished yet. We will have more information when this is widely available.