Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - Finish Button Disabled in OpenPicker with "crop" #223

Open
tonykam-zlashy opened this issue Feb 21, 2025 · 0 comments
Open

iOS - Finish Button Disabled in OpenPicker with "crop" #223

tonykam-zlashy opened this issue Feb 21, 2025 · 0 comments

Comments

@tonykam-zlashy
Copy link

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👇

image_picker_crop_disabled_1.mov

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant