Skip to content

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

@tonykam-zlashy

Description

@tonykam-zlashy

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!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions