Explorar el Código

Update RCTConvert+RNPStatus.h

Eugene Hauptmann hace 8 años
padre
commit
746039bdff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ios/RCTConvert+RNPStatus.h

+ 1 - 1
ios/RCTConvert+RNPStatus.h

@@ -33,7 +33,7 @@ typedef NS_ENUM(NSInteger, RNPType) {
     RNPTypeNotification,
     RNPTypeBackgroundRefresh,
     RNPTypeSpeechRecognition,
-    RNPTypeMediaLibrary
+    RNPTypeMediaLibrary,
     RNPTypeMotion
 };