nandorojo / galeria

The React (Native) Image Viewer. 📷
168 stars 9 forks source link

Crashes on iOS #8

Open philipheinser opened 2 months ago

philipheinser commented 2 months ago

the package looks for a global var that maybe an expo thing? It crashes for me instantly on iOS did not check android yet. Does this lib assume you are using expo?

Screenshot 2024-07-08 at 19 10 47
alantoa commented 2 months ago

hey! yes, it is only used in expo projects because it relies on expo-modules.

Code-Victor commented 2 months ago

@alantoa any guide on how to install in an existing expo project?

nandorojo commented 2 months ago

it should work as-is if you use npx expo run:ios

Code-Victor commented 2 months ago

it should work as-is if you use npx expo run:ios

Please, is there a way to use this package on an existing expo project yet?