Pārlūkot izejas kodu

Update RCTConvert+RNPStatus.h

Eugene Hauptmann 7 gadus atpakaļ
vecāks
revīzija
746039bdff
No account linked to committer's email address
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      ios/RCTConvert+RNPStatus.h

+ 1
- 1
ios/RCTConvert+RNPStatus.h Parādīt failu

@@ -33,7 +33,7 @@ typedef NS_ENUM(NSInteger, RNPType) {
33 33
     RNPTypeNotification,
34 34
     RNPTypeBackgroundRefresh,
35 35
     RNPTypeSpeechRecognition,
36
-    RNPTypeMediaLibrary
36
+    RNPTypeMediaLibrary,
37 37
     RNPTypeMotion
38 38
 };
39 39