react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

If the targetSdkVersion is 35, the bottom area is obscured on Android 15.

Open dekim1028 opened this issue 11 months ago • 2 comments

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

Screenshot_20250115_160559_MultipleImagePickerExample

dekim1028 avatar Jan 15 '25 07:01 dekim1028

I have the same exact issue

sephi-sb avatar Jun 11 '25 16:06 sephi-sb

I have the same exact issue

tarnumius avatar Jun 14 '25 17:06 tarnumius

I have this issue too!

jesus-lopez-complexity avatar Jun 27 '25 22:06 jesus-lopez-complexity

This looks tricky. I might need to fork the main library and make some changes.

baronha avatar Jun 28 '25 09:06 baronha

I think we can just patch the package but it will only be a temporary fix.

sephi-sb avatar Jun 28 '25 09:06 sephi-sb

I found this related issue in the library repo https://github.com/LuckSiege/PictureSelector/issues/2981

jesus-lopez-complexity avatar Jun 28 '25 11:06 jesus-lopez-complexity

In node_modules/@baronha/react-native-multiple-image-picker/android/src/main/res/values/styles.xml

******* Replace:

*** With : Image

harshalbagul25 avatar Jul 23 '25 14:07 harshalbagul25

In node_modules/@baronha/react-native-multiple-image-picker/android/src/main/res/values/styles.xml

******* Replace:

*** With : Image

Can anyone confirm this? This is really useful if you can create PR for me

baronha avatar Jul 23 '25 15:07 baronha

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.

Image

AlderF-dev avatar Aug 01 '25 16:08 AlderF-dev