This website works better with JavaScript.
Home
Explore
Help
Sign In
tim_hao
/
react-native-permissions
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
19
Wiki
Activity
Browse Source
fixes
#24
Yonah Forst
8 years ago
parent
0b63bbb9f5
commit
4e655710cc
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
ReactNativePermissions.js
+ 1
- 1
ReactNativePermissions.js
View File
@@ -23,7 +23,7 @@ const RNPTypes = {
23
23
'microphone',
24
24
'contacts',
25
25
'event',
26
- 'photo
s
',
26
+ 'photo',
27
27
]
28
28
}
29
29