Explorar el Código

Merge pull request #101 from maartenschumacher/patch-1

Add missing comma
Yonah Forst hace 7 años
padre
commit
a302aa9d85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      ReactNativePermissions.js

+ 1
- 1
ReactNativePermissions.js Ver fichero

@@ -25,7 +25,7 @@ const RNPTypes = {
25 25
 		'contacts',
26 26
 		'event',
27 27
 		'photo',
28
-		'storage'
28
+		'storage',
29 29
 		'notification',
30 30
 	]
31 31
 }