瀏覽代碼

Update RCTConvert+RNPStatus.h

Eugene Hauptmann 7 年之前
父節點
當前提交
746039bdff
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ios/RCTConvert+RNPStatus.h

+ 1
- 1
ios/RCTConvert+RNPStatus.h 查看文件

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