This is a sample project to demonstrate how to use react-native-arkit
Note: ARKit is only supported by devices with A9 or later processors (iPhone 6s/7/SE/8/X, iPad 2017/Pro) on iOS 11. You also need Xcode 9 to build the project.
git clone https://github.com/HippoAR/ReactNativeARKit.git
;- In the project folder,
yarn install
the dependencies (npm broken atm.) - Go to the
ios
folder and openReactNativeARKit.xcodeproj
. Build and run on your physical devices (ARKit doesn't run on simulators). - You also need to change the signing team
Notice: the project is using "Release" config on run. If you want to debug and develop, change it to "Debug"