Closed DavidCodesDev closed 1 year ago
Just started using this and I already get this error...
It's an Expo project, within a functional component, imported like this:
import * as ImagePicker from 'expo-image-multiple-picker';
Hi!
Yes, the import is wrong. Is
import { ImagePicker } from 'expo-image-multiple-picker'
Cheers
Oh wow, my bad, thanks!
Just started using this and I already get this error...
It's an Expo project, within a functional component, imported like this:
import * as ImagePicker from 'expo-image-multiple-picker';