Skip to content

Commit 81ac6d5

Browse files
authored
Update RCTConvert+RNPStatus.m
1 parent f67eaa5 commit 81ac6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTConvert+RNPStatus.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ @implementation RCTConvert (RNPStatus)
2121
@"notification" : @(RNPTypeNotification),
2222
@"backgroundRefresh": @(RNPTypeBackgroundRefresh),
2323
@"speechRecognition": @(RNPTypeSpeechRecognition),
24-
@"mediaLibrary": @(RNPTypeMediaLibrary)
24+
@"mediaLibrary": @(RNPTypeMediaLibrary),
2525
@"motion": @(RNPTypeMotion)
2626
}),
2727
RNPTypeUnknown, integerValue)

0 commit comments

Comments
 (0)