pawansharmaAccolite
pawansharmaAccolite
> if you are still building with iOS 15 sdk, could try going into `Orientation.m`, and add > > ```objc > [UIViewController attemptRotationToDeviceOrientation]; > ``` > > below every >...
> yes same here i made this patch its working fine at local but when i hit on pipeline its not working
> @pawansharmaAccolite if it’s working locally probably you haven’t had the patch applied on the pipeline. you will need to either fork this repo and add the change or use...
> Getting error: TypeError: null is not an object (evaluating 'Orientation.lockToPortrait') in ios I'm using "react-native-orientation": "git+https://github.com/yamill/react-native-orientation.git" React Native version: 0.63.3 @dgreen-dev is it working now ? in real device...
> A aplicação simplesmente fecha quando troca a orientação no IOS sem retornar log de error na versão RN 0.62.5. Fiz o pod install e adicionei o script conforme documentação...
can you confirm if its working in ios 14+ "react-native-orientation-locker": "^1.5.0", "react": "17.0.1", "react-native": "0.64.1",
> @pawansharmaAccolite I tested IOS 16. And At react-native below 0.69.6 It works very well. It does not work just above 0.69.6. can you check in real ios device which...
@jihokim2 you don't received this error with xcode 14.1 [Orientation] BUG IN CLIENT OF UIKIT: Setting UIDevice.orientation is not supported. Please use UIWindowScene.requestGeometryUpdate(_:)