瀏覽代碼

Update RCTConvert+RNPStatus.m

Eugene Hauptmann 8 年之前
父節點
當前提交
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),
                                 @"notification" : @(RNPTypeNotification),
                                 @"backgroundRefresh": @(RNPTypeBackgroundRefresh),
                                 @"speechRecognition": @(RNPTypeSpeechRecognition),
-                                @"mediaLibrary": @(RNPTypeMediaLibrary)
+                                @"mediaLibrary": @(RNPTypeMediaLibrary),
                                 @"motion": @(RNPTypeMotion)
                                 }),
                                 RNPTypeUnknown, integerValue)