react-native-multiple-image-picker: After selecting an image in the simulator, it doesn't close.
Steps to Reproduce
- Operate MultipleImagePicker.openPicker.
- The image selection modal opens.
- After selection, it cannot proceed to the next without any errors.
- But, it works normally on real devices.
- It doesn’t go to the next step.
code
// handler
const handleImagePicker = async () => {
try {
const image = await MultipleImagePicker.openPicker({
// selectedAssets: images,
usedCameraButton: true,
isExportThumbnail: true,
maxVideo: 1,
maxSelectedAssets: 4,
doneTitle: '완료',
cancelTitle: '취소',
tapHereToChange: '변경하려면 여기를 누르세요.',
singleSelectedMode: false
// selectedColor: '#f9813a',
});
} catch (e) {
console.log('error', e);
} finally {
console.log('finally')
}
};
Demo
Since it is a corporate project, it is not possible to share a reproduction of the demo…
Environment
- react-native-multiple-image-picker: 0.4.7
- react-native version: 0.64.2
- iOS/Android/Windows version: ios simulator
- Does this reproduce on a debug build or release build? yes
- Does this reproduce on a simulator, or only on a physical device? simulator
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (2 by maintainers)
Same issue here!
@dkahdwk Wow. I can’t reproduce this error at all on Macbook M1. Because I don’t have 🥺. Probably with the help of the other members.
@ErangaD yeah now i think its time to update 14.0 to 14.3 😃, will try and let you know
I got same error, it was working before suddenly now it is stuck at “Please wait…” on macbook pro M1 and iphone 13 simulator with ios 13.0… working fine on real iphone device.
Same issue on ios simulator (iphone13) with mac M1. But works on a real device.
저 당시에는 안됐었어요! 여러 이슈가 있어서 다른거로 교체하시는걸 추천드려요