Parcourir la source

Update RCTConvert+RNPStatus.h

Eugene Hauptmann il y a 7 ans
Parent
révision
746039bdff
No account linked to committer's email address
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      ios/RCTConvert+RNPStatus.h

+ 1
- 1
ios/RCTConvert+RNPStatus.h Voir le fichier

33
     RNPTypeNotification,
33
     RNPTypeNotification,
34
     RNPTypeBackgroundRefresh,
34
     RNPTypeBackgroundRefresh,
35
     RNPTypeSpeechRecognition,
35
     RNPTypeSpeechRecognition,
36
-    RNPTypeMediaLibrary
36
+    RNPTypeMediaLibrary,
37
     RNPTypeMotion
37
     RNPTypeMotion
38
 };
38
 };
39
 
39