Marco Wettstein
Marco Wettstein
@kristabell best use a panresponder and do the gesture stuff in the js code: https://facebook.github.io/react-native/docs/panresponder.html
true, I would like to have a guide/examples section. `const result = await ARKit.hitTestSceneObjects(point);` returns all objects that have bin hit by the "ray" coming out of the camera at...
@elaughli I think you need React 16.1, because we use the `` for it. Check which version of react you are using.
@RixBai i am sorry, this repo is currently not maintained und untested with current react-native versions. maybe give https://github.com/viromedia/viro/ a try
@RixBai i updated the readme with the information :-)
@nitish1099 can you verify that the library is installed correctly? It should appear under your Libraries in xcode
some more context would be helpful. Which version of the library do you use?
ok thx. Can you give a better reproduction? Did it work with previous versions?
arkit only works on the device, altough it should not through that error. You should get orbit control on the simulator. Check that you are using ios11 and latest xcode.
can you: - check if under targets --> build phases --> you see libRCTARKit.a - clean the projekt: cmd + shift + k - restart packager (react-native start) - run...