in device not showing landscape, when we are off the auto rotation in device,show an portrait. actually to lock landscape and in x code i am putting landscape left & and landscape right. But it's not working.
Any suggest plz
Finally i solved my issue: just i add both two files in AppDelegate.m
#import "../../node_modules/react-native-orientation/iOS/RCTOrientation/Orientation.h"
- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window {
return [Orientation getOrientation];
}
Most helpful comment
Finally i solved my issue: just i add both two files in AppDelegate.m