How to make “Select Image From Gallery or Camera” in Expo

I want to make a popup where user can pick option Image Or Camera. According to option we will redirect to option. I want to make this option for both platform like Native Modules

hey, you’re probably looking for something like ImagePicker, it lets you open the camera or images from your phones gallery

yhaa you are right but first i want to show popup on both platform then we will use ImagePicker lib like this

ios-image

if any suggestion regarding these screens , Please help me

You could try the react-native-action-sheet package, or write your own UI to create that component.