React Native wrapper for PHPickerViewController
import { pickPhoto } from 'react-native-photo-picker';
pickPhoto((err, photoURL) => {
// photoURL contains the URL to the selected photo, or null if
// the user canceled
})| Name | Name | Last commit date | ||
|---|---|---|---|---|
React Native wrapper for PHPickerViewController
import { pickPhoto } from 'react-native-photo-picker';
pickPhoto((err, photoURL) => {
// photoURL contains the URL to the selected photo, or null if
// the user canceled
})