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

iOS - Finish Button Disabled in OpenPicker with "crop"

Open tonykam-zlashy opened this issue 9 months ago • 4 comments

Hello! After upgrading this library to the latest version (2.2.0), we encountered an issue we'd like to discuss:

  • When using the "crop" property in the openPicker() function, the feature works perfectly on Android. However, on iOS, the finish button remains disabled after selecting an image.

  • Also, it seems the language setting is not applied to the crop editor👀 (the displayed text is in English instead of the configured 'zh-Hant'). This issue can also be reproduced on Android, but it’s a minor one.

👇 cannot click "finish" (button disabled), demo below👇

https://github.com/user-attachments/assets/0578de1d-21cf-41f5-b9ee-f15b1e900b06

example config:

import { Config } from '@baronha/react-native-multiple-image-picker';

const config: Config = {
	mediaType: 'image',
	selectMode: 'single',
	maxSelect: 1,
	language: 'zh-Hant',
	crop: {
		ratio: [{ title: 'Custom Size', width: 1, height: 1 }],
		defaultRatio: {
			title: 'Custom Size',
			width: 1,
			height: 1,
		},
	},
};

Could you please look into these issues? I appreciate your help!

tonykam-zlashy avatar Feb 21 '25 10:02 tonykam-zlashy

In android I see black tick mark, thats not clearly visible with the background color.

Ajmal0197 avatar May 22 '25 17:05 Ajmal0197

I have the same issue here

sephi-dev avatar Jun 13 '25 09:06 sephi-dev

same issue

CornerSkyless avatar Jul 13 '25 13:07 CornerSkyless

有点记不清是哪一个来着了,需要在info.plist 里面进行设置, 这两个中的一个来着 设置以后这些第三方SDK会显示对应的支持的语言 Image

Image

MuNitCat avatar Sep 12 '25 10:09 MuNitCat