0

I've found out that with the newest version of react-native-image-picker the showImagePicker no longer exists. Is there any other native way we can still implement the functionality of showing us the ActionSheet of "Take photo", "Choose from library" (shown in image below) once the user wants to upload an image, or do we need to implement this ourselves?

enter image description here

1 Answer 1

2

Yes, they have removed it, you have to provide your own implementation to show actionsheet. From there you can choose to pick image from camera or gallery using launchCamera, launchImageLibrary functions.

Sign up to request clarification or add additional context in comments.

1 Comment

Isn't there any other library that supports it? I've checked expo-image-picker but it's practically the same. Has anything changed at platform level that they had to remove it?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.