Skip to content

Commit 7a406a1

Browse files
authored
Merge pull request #358 from figureaps/android-manifest-path
Fix path to AndroidManifest.xml
2 parents 9908ebf + fcbdf6b commit 7a406a1

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)