فهرست منبع

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)