How to lock Orientation for a particular screen in ios in react native
importOrientationfrom'react-native-orientation-locker';useEffect(()=>{Orientation.lockToPortrait();//this will lock the view to PortraitOrientation.lockToLandscape();//this will lock the view to Landscape})