react-native-arkit
react-native-arkit copied to clipboard
React Native binding for iOS ARKit
It is pretty impressive how far this project has come in such a short amount of time. However, it would be great to have one imperative way of constructing 3D...
Is there a way to access node properties (like `textNode.boundingBox`) perhaps through refs?
I tried to use these 2 functions last night and got crashed ever time these 2 get called. I tried this with iOS9.3 on iPhone X. ![screen shot 2018-04-02 at...
Hello, I know that the main purpose on this module is to provide a binding for Apple ARKit but today Google released ARCore and I'm wondering if this module will...
When taking a screenshot with ARKit.snapshot() (or other libraries to capture the viewport), there's a lot of aliasing visible on the 3D models, which is not apparent when viewing the...
Hi, i'm currently playing around with the image detection feature. For the moment i display a simple box on top of my detected image marker and the detection process works...
you can now add phycisbody to your 3d objects: ``` ``` This works for primitives. It will use the same shape for the physicsBody. For models, Groups or if you...
By deploying PocketSVG as a CocoaPod via `react-native-pod` peer dependency (which also takes care of creating the `Podfile`, you can allow automatic installation. No more opening Xcode! The `project.pbxproj` change...
Hi, I'm having an issue with the ARKit component. I'm also using a react native camera component on another screen, but during certain sequences of switching between the two, I...