mdjfs / expo-image-multiple-picker

Fully customizable image picker for react native
https://npmjs.com/expo-image-multiple-picker
MIT License
21 stars 7 forks source link

JSX Element type 'ImagePicker' does not have any construct or call signatures #10

Closed DavidCodesDev closed 1 year ago

DavidCodesDev commented 1 year ago

image

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';

mdjfs commented 1 year ago

Hi!

Yes, the import is wrong. Is

import { ImagePicker } from 'expo-image-multiple-picker'

Cheers

DavidCodesDev commented 1 year ago

Oh wow, my bad, thanks!