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

Error #1

Closed nanokoko89 closed 2 years ago

nanokoko89 commented 2 years ago

Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

It means: <ImagePicker onSave={(assets) => console.log(assets)} onCancel={() => console.log("no permissions or user go back")} />

is empty Can you fix that?

mdjfs commented 2 years ago

That's so weird.. Actually if you call the ImagePicker works without problems. Can you share me the code where you're using the picker ?

mdjfs commented 2 years ago

No response, so I'm gonna close the issue