MuNitCat
MuNitCat
### Version Tell us which versions you are using: - react-native-image-crop-picker v0.41.2 - react-native 0.72.12 ### Platform - iOS 17.5 ### Expected behaviour 我在 info中的 Localizations 设置了 Chinese后  ...
``` const resPicker = await openPicker({ maxSelect: 1, backgroundDark: '#2f2f2f', numberOfColumn: 4, mediaType: 'image', selectBoxStyle: 'number', selectMode: 'single', language: 'zh-Hans', theme: 'dark', isHiddenOriginalButton: true, primaryColor: Colors.primaryColor, crop: { circle: true,...
The openPreview feature is unable to block the swipe-back gesture, leading to the interface being exited unexpectedly.
"@baronha/react-native-multiple-image-picker": "^2.2.2", "react-native-nitro-modules": "^0.26.2", "react": "18.3.1", "react-native": "0.77.1", ``` try { const response = await openPicker({ maxSelect: 1, backgroundDark: '#513E62', numberOfColumn: 4, mediaType: 'all', selectBoxStyle: 'number', selectMode: 'multiple', language: 'zh-Hans',...
When I open a ConfirmModal once and then close it, the backdropOpacity of ModelSetting appears to be 0 when I subsequently open ModelSetting. ``` const modalConfig = { ConfirmModal: {...