Эх сурвалжийг харах

Add missing comma

Trying to build threw a syntax error
Maarten Schumacher 8 жил өмнө
parent
commit
a001b3f755

+ 1 - 1
ReactNativePermissions.js

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