Skip to content

Commit 13c12a2

Browse files
committed
formatting
1 parent 50c6ad7 commit 13c12a2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ios/bottom-tabs/RCTConvert+RNSBottomTabs.mm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ + (UIOffset)UIOffset:(id)json;
3333
RCT_ENUM_CONVERTER(
3434
RNSOrientation,
3535
(@{
36-
@"inherit" : @(RNSOrientationInherit),
37-
@"all" : @(RNSOrientationAll),
38-
@"allButUpsideDown" : @(RNSOrientationAllButUpsideDown),
39-
@"portrait" : @(RNSOrientationPortrait),
40-
@"portraitUpsideDown" : @(RNSOrientationPortraitUpsideDown),
41-
@"landscape" : @(RNSOrientationLandscape),
42-
@"landscapeLeft" : @(RNSOrientationLandscapeLeft),
43-
@"landscapeRight" : @(RNSOrientationLandscapeRight),
36+
@"inherit": @(RNSOrientationInherit),
37+
@"all": @(RNSOrientationAll),
38+
@"allButUpsideDown": @(RNSOrientationAllButUpsideDown),
39+
@"portrait": @(RNSOrientationPortrait),
40+
@"portraitUpsideDown": @(RNSOrientationPortraitUpsideDown),
41+
@"landscape": @(RNSOrientationLandscape),
42+
@"landscapeLeft": @(RNSOrientationLandscapeLeft),
43+
@"landscapeRight": @(RNSOrientationLandscapeRight),
4444
}),
4545
RNSOrientationInherit,
4646
integerValue)

0 commit comments

Comments
 (0)