Просмотр исходного кода

Add missing comma

Trying to build threw a syntax error
Maarten Schumacher 8 лет назад
Родитель
Сommit
a001b3f755
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ReactNativePermissions.js

+ 1 - 1
ReactNativePermissions.js

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