If the targetSdkVersion is 35, the bottom area is obscured on Android 15.
When the targetSdkVersion is set to 35, the bottom area of the app is obscured on Android 15 devices.
https://developer.android.com/develop/ui/views/layout/edge-to-edge
Please tell me how to solve this problem
|
|
I have the same exact issue
I have the same exact issue
I have this issue too!
This looks tricky. I might need to fork the main library and make some changes.
I think we can just patch the package but it will only be a temporary fix.
I found this related issue in the library repo https://github.com/LuckSiege/PictureSelector/issues/2981
In node_modules/@baronha/react-native-multiple-image-picker/android/src/main/res/values/styles.xml
******* Replace:
*** With :
Innode_modules/@baronha/react-native-multiple-image-picker/android/src/main/res/values/styles.xml******* Replace:
*** With :![]()
Can anyone confirm this? This is really useful if you can create PR for me
Can anyone confirm this? This is really useful if you can create PR for me
Gave it a Test on android 16, I have created a pull request with a fix for this issue. Below i have attached a screenshot.