react-native-arkit icon indicating copy to clipboard operation
react-native-arkit copied to clipboard

React Native binding for iOS ARKit

Results 45 react-native-arkit issues
Sort by recently updated
recently updated
newest added

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

![screen shot 2018-03-10 at 2 55 06 am](https://user-images.githubusercontent.com/1907440/37230552-e9f19ab4-240d-11e8-94e6-b095f55a8c93.png)

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` ![image](https://user-images.githubusercontent.com/17223788/50237954-d293a000-0383-11e9-8806-a99adb06452a.png)...

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,...