react-native-orientation
react-native-orientation copied to clipboard
Listen to device orientation changes in react-native and set preferred orientation on screen to screen basis.
Added this "implementation "com.facebook.react:react-native:+"" as a change in build.gradle
Hi! After update to iOS16, some functionallities dont work sometimes. The package will be updated?
Facing issues with `Gradle 7.0.0+` on `React Native 0.68.0`. Any plans to make package compatible with latest version of `react-native`?
I've modified `Orientation.m` according to what Apple is requiring on iOS16 since `[[UIDevice currentDevice] setValue:forKey:];` appears to be buggy. Notice that the changes are under a condition of the OS...
After following all of the manual linking instructions, I am unable to build or run the app as a whole on any Android Devices (iOS works fine) React Native has...
#274 points out that the unlocking of orientation does not respect the users preferences. Now when the Android device is physically rotated, but the orientation is locked in the OS,...
update to support latest gradle plugin versions, that specified in rootProject
Anyone want to take over this repo? Sorry I haven't checked this in forever and haven't had any time.
TypeError: TypeError: TypeError: TypeError: null is not an object (evaluating 'Orientation.initialOrientation') This error is located at: in ScarletScreen (at navigationStore.js:448) in Wrapped (at SceneView.js:9) in SceneView (at StackViewLayout.js:478) in RCTView...