Skip to content

Commit fcbdf6b

Browse files
authored
Fix path to AndroidManifest.xml
1 parent 9908ebf commit fcbdf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
105105

106106
### Android
107107

108-
Add all wanted permissions to your app `android/app/src/main/res/AndroidManifest.xml` file:
108+
Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml` file:
109109

110110
```xml
111111
<manifest xmlns:android="http://schemas.android.com/apk/res/android"

0 commit comments

Comments
 (0)