Ver código fonte

Add missing comma

Trying to build threw a syntax error
Maarten Schumacher 7 anos atrás
pai
commit
a001b3f755
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      ReactNativePermissions.js

+ 1
- 1
ReactNativePermissions.js Ver arquivo

@@ -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
 }