Parcourir la source

Add missing comma

Trying to build threw a syntax error
Maarten Schumacher il y a 8 ans
Parent
commit
a001b3f755
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ReactNativePermissions.js

+ 1 - 1
ReactNativePermissions.js

@@ -25,7 +25,7 @@ const RNPTypes = {
 		'contacts',
 		'event',
 		'photo',
-		'storage'
+		'storage',
 		'notification',
 	]
 }