Explorar el Código

Add missing commas

Matt McDonald hace 7 años
padre
commit
8880359877
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      ios/RCTConvert+RNPStatus.h
  2. 1
    1
      ios/RCTConvert+RNPStatus.m

+ 1
- 1
ios/RCTConvert+RNPStatus.h Ver fichero

33
     RNPTypeNotification,
33
     RNPTypeNotification,
34
     RNPTypeBackgroundRefresh,
34
     RNPTypeBackgroundRefresh,
35
     RNPTypeSpeechRecognition,
35
     RNPTypeSpeechRecognition,
36
-    RNPTypeMediaLibrary
36
+    RNPTypeMediaLibrary,
37
     RNPTypeMotion
37
     RNPTypeMotion
38
 };
38
 };
39
 
39
 

+ 1
- 1
ios/RCTConvert+RNPStatus.m Ver fichero

21
                                 @"notification" : @(RNPTypeNotification),
21
                                 @"notification" : @(RNPTypeNotification),
22
                                 @"backgroundRefresh": @(RNPTypeBackgroundRefresh),
22
                                 @"backgroundRefresh": @(RNPTypeBackgroundRefresh),
23
                                 @"speechRecognition": @(RNPTypeSpeechRecognition),
23
                                 @"speechRecognition": @(RNPTypeSpeechRecognition),
24
-                                @"mediaLibrary": @(RNPTypeMediaLibrary)
24
+                                @"mediaLibrary": @(RNPTypeMediaLibrary),
25
                                 @"motion": @(RNPTypeMotion)
25
                                 @"motion": @(RNPTypeMotion)
26
                                 }),
26
                                 }),
27
                                 RNPTypeUnknown, integerValue)
27
                                 RNPTypeUnknown, integerValue)