We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67eaa5 commit 81ac6d5Copy full SHA for 81ac6d5
ios/RCTConvert+RNPStatus.m
@@ -21,7 +21,7 @@ @implementation RCTConvert (RNPStatus)
21
@"notification" : @(RNPTypeNotification),
22
@"backgroundRefresh": @(RNPTypeBackgroundRefresh),
23
@"speechRecognition": @(RNPTypeSpeechRecognition),
24
- @"mediaLibrary": @(RNPTypeMediaLibrary)
+ @"mediaLibrary": @(RNPTypeMediaLibrary),
25
@"motion": @(RNPTypeMotion)
26
}),
27
RNPTypeUnknown, integerValue)
0 commit comments