Skip to content

Commit bb9e945

Browse files
committed
2 parents 9ed3a35 + d8d2875 commit bb9e945

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ make sure to use the latest version of yarn (>=1.x.x)
4242
5. Run your project (`Cmd+R`)<
4343

4444

45+
##### iOS Project configuration
46+
47+
These steps are mandatory regardless of doing a manual or automatic installation:
48+
49+
1. Give permissions for camera usage. In `Info.plist` add the following:
50+
51+
```
52+
<key>NSCameraUsageDescription</key>
53+
<string>Your message to user when the camera is accessed for the first time</string>
54+
```
55+
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`.
56+
57+
4558
## Usage
4659

4760
A simple sample React Native ARKit App

0 commit comments

Comments
 (0)