@@ -12,24 +12,24 @@ + (UIOffset)UIOffset:(id)json;
12
12
RCT_ENUM_CONVERTER (
13
13
RNSBottomTabsIconType,
14
14
(@{
15
- @" image" : @(RNSBottomTabsIconTypeImage),
16
- @" template" : @(RNSBottomTabsIconTypeTemplate),
17
- @" sfSymbol" : @(RNSBottomTabsIconTypeSfSymbol),
15
+ @" image" : @(RNSBottomTabsIconTypeImage),
16
+ @" template" : @(RNSBottomTabsIconTypeTemplate),
17
+ @" sfSymbol" : @(RNSBottomTabsIconTypeSfSymbol),
18
18
}),
19
19
RNSBottomTabsIconTypeSfSymbol,
20
20
integerValue)
21
21
22
22
RCT_ENUM_CONVERTER(
23
23
RNSOrientation,
24
24
(@{
25
- @" inherit" : @(RNSOrientationInherit),
26
- @" all" : @(RNSOrientationAll),
27
- @" allButUpsideDown" : @(RNSOrientationAllButUpsideDown),
28
- @" portrait" : @(RNSOrientationPortrait),
29
- @" portraitUpsideDown" : @(RNSOrientationPortraitUpsideDown),
30
- @" landscape" : @(RNSOrientationLandscape),
31
- @" landscapeLeft" : @(RNSOrientationLandscapeLeft),
32
- @" landscapeRight" : @(RNSOrientationLandscapeRight),
25
+ @" inherit" : @(RNSOrientationInherit),
26
+ @" all" : @(RNSOrientationAll),
27
+ @" allButUpsideDown" : @(RNSOrientationAllButUpsideDown),
28
+ @" portrait" : @(RNSOrientationPortrait),
29
+ @" portraitUpsideDown" : @(RNSOrientationPortraitUpsideDown),
30
+ @" landscape" : @(RNSOrientationLandscape),
31
+ @" landscapeLeft" : @(RNSOrientationLandscapeLeft),
32
+ @" landscapeRight" : @(RNSOrientationLandscapeRight),
33
33
}),
34
34
RNSOrientationInherit,
35
35
integerValue)
0 commit comments