question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

didCancel get true after selecting a photo ANDROID

See original GitHub issue

i am using launchImageLibrary like this

launchImageLibrary({mediaType:"photo"},(res09)=>{
        console.log(res09)
    });

and always i get didCancel:true as result.

Screen Shot 2021-12-30 at 4 24 01 PM

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
rizshivallicommented, Jan 7, 2022

+1

0reactions
slolkunchikcommented, Jul 12, 2022

seems that fix helped to fix the problem on Android 11 only. The issue repeats on Android 12

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found