react-native-arkit
react-native-arkit copied to clipboard
React Native binding for iOS ARKit
I successfully added art.scnassets folder and added ship.scn image. But image doesn't appeared in the app. Please explain the steps to add images. And also to add .dae image file

Hi, is it possible with react-native-arkit library to import and run an external unity project? If no, is there some plugin that fit my situation?
These two properties of material were not bound. Now you can control the texture per-pixel transparency and emission from javascript.
Hi, I tried to get the position and the eulerAngles of the image I detect with the event listener "onAnchorDetected" here is my code ``` render() { console.log("render"); return (...
I have done simple things: (1) react-native init MyApp (2) yarn add react-native-arkit But libRCTARKIT. a shows not founded. My Xcode is Please help!!
First of all thank you very much for a great library! Having a question here. Is it possible to access the child elements of the .dae or .scn models loaded...
I can build my demo app but unable to run on a device. I get the following: `dyld: Library not loaded: @rpath/PocketSVG.framework/PocketSVG Referenced from: /var/containers/Bundle/Application/D9192E4B-C3DA-4520-AF0C-C9B10545F85C/RNArkitApp.app/RNArkitApp Reason: image not found` ...
Video
Hi, it's possible to show video using `SKVideoNode`? how can i achieve that? thanks
Hi, I've tried to use this library but I got this error when I start my app: ``` ARSCNView *arView = [[ARSCNView alloc] init]; // ERROR: Thread 1: EXC_BAD_ACCESS (code=1,...