Browse Source

Update RCTConvert+RNPStatus.m

Eugene Hauptmann 6 years ago
parent
commit
81ac6d5d01
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ios/RCTConvert+RNPStatus.m

+ 1
- 1
ios/RCTConvert+RNPStatus.m View File

@@ -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)