You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{pickPhoto}from'react-native-photo-picker';pickPhoto((err,photoURL)=>{// photoURL contains the URL to the selected photo, or null if// the user canceled})