浏览代码

Update RCTConvert+RNPStatus.m

Eugene Hauptmann 7 年前
父节点
当前提交
81ac6d5d01
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ios/RCTConvert+RNPStatus.m

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

@@ -21,7 +21,7 @@ RCT_ENUM_CONVERTER(RNPType, (@{ @"location" : @(RNPTypeLocation),
21 21
                                 @"notification" : @(RNPTypeNotification),
22 22
                                 @"backgroundRefresh": @(RNPTypeBackgroundRefresh),
23 23
                                 @"speechRecognition": @(RNPTypeSpeechRecognition),
24
-                                @"mediaLibrary": @(RNPTypeMediaLibrary)
24
+                                @"mediaLibrary": @(RNPTypeMediaLibrary),
25 25
                                 @"motion": @(RNPTypeMotion)
26 26
                                 }),
27 27
                                 RNPTypeUnknown, integerValue)