File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ + (UIOffset)UIOffset:(id)json;
33
33
RCT_ENUM_CONVERTER(
34
34
RNSOrientation,
35
35
(@{
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),
44
44
}),
45
45
RNSOrientationInherit,
46
46
integerValue)
You can’t perform that action at this time.
0 commit comments