mrousavy / react-native-jsi-image

🖼️ A writeable in-memory Image JSI Host Object
MIT License
287 stars 4 forks source link

Exception in HostObject::get for prop 'data': Value is undefined, expected an Object #9

Open Valentin-Rault opened 1 year ago

Valentin-Rault commented 1 year ago

Exception in HostObject::get for prop 'data': Value is undefined, expected an Object Error: Value is undefined, expected an Object

Receiving this error from loadImageFromFile after app forced to restart on ios. Hot reload is not affected by this issue

I am wondering if this issue could be related to this issue from react-native-mmkv https://github.com/mrousavy/react-native-mmkv/issues/469

johnvsmit31 commented 1 year ago

@Valentin-Rault Can you able to install the packge on android?

Valentin-Rault commented 1 year ago

@johnvsmit31 I have only tried using this library on ios