jihokim2
jihokim2
Does anyone have solution? I think it is very important issue for android.
Any update?
Same Problem. And AutoSizeExample is not working at 8.6.x in andorid.
@vincent-paing My gradle version is 7.4.2. And Android gradle plugin is 7.1.3
@rush86999 4.8.5 is stable
@ekamnh react-native-image-picker 4.8.5 not ^4.8.5
Did you see sdk/source/version? android-31 does not have TIRAMISU. @vincent-paing
@mowaisch Did you try "@react-native-community/blur": "^4.2.0" ? If you do and install this problem disappear.
I doubt this line ``` +#import "Orientation.h" @implementation AppDelegate // ... +- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window { + return [Orientation getOrientation]; +} @end ``` If I want to rotate orientation...
It is releated https://developer.apple.com/forums/thread/709215. Can you fix this? @wonday