Explorar el Código

Add missing comma

Trying to build threw a syntax error
Maarten Schumacher hace 8 años
padre
commit
a001b3f755
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ReactNativePermissions.js

+ 1 - 1
ReactNativePermissions.js

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