didCancel get true after selecting a photo ANDROID
See original GitHub issuei am using launchImageLibrary
like this
launchImageLibrary({mediaType:"photo"},(res09)=>{
console.log(res09)
});
and always i get didCancel:true
as result.

Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
react-native-image-picker on Android 4.x - Stack Overflow
When i press Choose from Library or Take Picture it shows the Gallery or Camera but right away the completion function gets called...
Read more >How to pick images from Camera & Gallery in React Native app
In this post, you learned how to implement React Native Image Picker in your React Native app and pick the images from Camera...
Read more >An In-Depth Guide to Using React Native Image Picker
Enable your app to select an image from the user's camera or photo gallery with the React Native community module react-native-image-picker.
Read more >Change your Gmail profile picture - Android - Google Help
You can choose a photo to set as your Gmail profile picture. This image shows up when someone sees your name in their...
Read more >@2hats/react-native-image-picker - npm package | Snyk
A React Native module that allows you to use native UI to select media from ... If true, will delay the response callback...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+1
seems that fix helped to fix the problem on Android 11 only. The issue repeats on Android 12