Skip to content

Commit 783b635

Browse files
committed
formatting
1 parent 5d0cfa3 commit 783b635

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ios/bottom-tabs/RCTConvert+RNSBottomTabs.mm

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ + (UIOffset)UIOffset:(id)json;
1212
RCT_ENUM_CONVERTER(
1313
RNSBottomTabsIconType,
1414
(@{
15-
@"image" : @(RNSBottomTabsIconTypeImage),
16-
@"template" : @(RNSBottomTabsIconTypeTemplate),
17-
@"sfSymbol" : @(RNSBottomTabsIconTypeSfSymbol),
15+
@"image": @(RNSBottomTabsIconTypeImage),
16+
@"template": @(RNSBottomTabsIconTypeTemplate),
17+
@"sfSymbol": @(RNSBottomTabsIconTypeSfSymbol),
1818
}),
1919
RNSBottomTabsIconTypeSfSymbol,
2020
integerValue)
2121

2222
RCT_ENUM_CONVERTER(
2323
RNSOrientation,
2424
(@{
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),
3333
}),
3434
RNSOrientationInherit,
3535
integerValue)

0 commit comments

Comments
 (0)