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