Skip to content

Commit 8f65b34

Browse files
authored
Update README.md
1 parent f17836d commit 8f65b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Here's a map of types to Android system permissions names:
170170
`camera` -> `android.permission.CAMERA`
171171
`microphone` -> `android.permission.RECORD_AUDIO`
172172
`photo` -> `android.permission.READ_EXTERNAL_STORAGE`
173+
`storage` -> `android.permission.READ_EXTERNAL_STORAGE`
173174
`contacts` -> `android.permission.READ_CONTACTS`
174175
`event` -> `android.permission.READ_CALENDAR`
175176

@@ -241,4 +242,4 @@ A: `rnpm` may not have linked correctly. Follow the manual linking steps and mak
241242
A: starting with xcode 8, you need to add permission descriptions. see iOS notes for more details. Thanks to @jesperlndk for discovering this.
242243

243244
#### Q: iOS - app crashes when I change permissions from settings
244-
A: This is normal. iOS restarts your app when your privacy settings change. Just google "ios crash permission change"
245+
A: This is normal. iOS restarts your app when your privacy settings change. Just google "ios crash permission change"

0 commit comments

Comments
 (0)