Skip to content

Commit a302aa9

Browse files
authored
Merge pull request #101 from maartenschumacher/patch-1
Add missing comma
2 parents e8f023f + a001b3f commit a302aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativePermissions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const RNPTypes = {
2525
'contacts',
2626
'event',
2727
'photo',
28-
'storage'
28+
'storage',
2929
'notification',
3030
]
3131
}

0 commit comments

Comments
 (0)