react-native-orientation-locker icon indicating copy to clipboard operation
react-native-orientation-locker copied to clipboard

Android sdk 34 is not supported [Android 14]

Open mostasim opened this issue 10 months ago • 8 comments

The current version of this library is not supported android SDK 34 [Android 14]

mostasim avatar Apr 09 '24 13:04 mostasim

Is there any plan on fixing this?

rbueso82 avatar May 13 '24 12:05 rbueso82

I too am facing this issue...

IgorGanapolsky avatar Jun 13 '24 18:06 IgorGanapolsky

is there any error or log or any kind of warning that you are getting? as because currently I updated my project to android 14 with this package it works fine

HarshitMadhav avatar Jun 22 '24 20:06 HarshitMadhav

The solution is to upgrade react-native-orientation-locker dependency to latest version.....

IgorGanapolsky avatar Jun 23 '24 15:06 IgorGanapolsky

I have 1.7.0. but the problem still exists. if I use this for pixel 7a with api 34 then it is working fine. but for pixel tablet with api 34 and api 33 it is not working.

ckswopnera avatar Jun 25 '24 11:06 ckswopnera

Not sure if Android tablets are supported? Android has it's own orientation lifecycle on tablets, different from phones.

IgorGanapolsky avatar Jun 27 '24 17:06 IgorGanapolsky

This package runs correctly on my android 14 samsung.

paulrinaldi avatar Jul 29 '24 17:07 paulrinaldi

The app was reloading on react-native version 0.74.3 when changing orientation, but updating to 0.74.5 fixed the issue.

Shummy1991 avatar Aug 11 '24 11:08 Shummy1991