Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone committed Feb 20, 2018
2 parents 9ed3a35 + d8d2875 commit bb9e945
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ make sure to use the latest version of yarn (>=1.x.x)
5. Run your project (`Cmd+R`)<


##### iOS Project configuration

These steps are mandatory regardless of doing a manual or automatic installation:

1. Give permissions for camera usage. In `Info.plist` add the following:

```
<key>NSCameraUsageDescription</key>
<string>Your message to user when the camera is accessed for the first time</string>
```
2. ARKit only runs on arm64-ready devices so the default build architecture should be set to arm64: go to `Build settings``Build Active Architecture Only` and change the value to `Yes`.


## Usage

A simple sample React Native ARKit App
Expand Down

0 comments on commit bb9e945

Please sign in to comment.