Matthew Gaba
Matthew Gaba
Would have liked to use this package, but I need this feature. Had to find another solution.
@PurpShell Is there an ETA for when this new pairing code functionality will go live?
I've been trying to patch this, and it looks like my original identification of the issue is not correct. This is a bug, and my original post does identify an...
Any update? Inability to control screen rotation on iOS 16 in Expo seems like it would be a high-priority issue to fix.
Orientation lock is not working. I am on version 6.0.0-beta.1 of expo-screen-orientation. I have this code in my App.js. ```javascript useEffect(() => { (async () => { if (isTablet) {...
@behenate I'm on SDK 48. Bare workflow. I'm going to create a minimum reproducible example...
@behenate I added the line from that PR...still not working. In my code I have the following lines: ``` await ScreenOrientation.lockPlatformAsync({ screenOrientationArrayIOS: [ ScreenOrientation.Orientation.PORTRAIT_UP, ], screenOrientationConstantAndroid: 1, // Lock in...
@behenate I upgraded to SDK 49. I am having the same issue. I'd appreciate your assistance in debugging. For now, no lock is being applied--the screen can rotate in any...
I never debugged this issue...it was easier for me to change libraries. If anyone else is still having issues with this library, you can use react-native-orientation library and apply the...
Hello all, here's a patch file that incorporates @EyadAlghamdi changes + changes for Android. I've tested and it works on my devices. [react-native-sound+0.11.2.patch](https://github.com/zmxv/react-native-sound/files/12551806/react-native-sound%2B0.11.2.patch)