Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.62k stars 600 forks source link

jsimodule not working in 0.74.3 version #1833

Open arun-saleth opened 2 months ago

arun-saleth commented 2 months ago

Hi i am using watermelondb after upgrade react native version 0.74.3 compile error showing.After some research in react native blog they removed jsimodule.

How to fix this issue? @radex

lucaswitch commented 2 months ago

Can you try setting jsi:false in the database configuration?

arun-saleth commented 2 months ago

@lucaswitch I implemented async calls.so i enabled jsi. My app do APIs call and download zip from that apo and extract then insert data in database.Jsi do synchronous opearation.So i need that

lucaswitch commented 2 months ago

This is due react-native itself disabling support for legacy jsi calls. That is something @radex is working on. Feel free to help too!

lucaswitch commented 2 months ago

Also duplicated of https://github.com/Nozbe/WatermelonDB/issues/1769

arun-saleth commented 2 months ago

@lucaswitch Thank You so much

lucaswitch commented 2 months ago

@lucaswitch Thank You so much Happy to help You can look further on oficial docs: https://reactnative.dev/blog/2024/08/12/release-0.75#android-jsimodule-has-been-deleted Cause this issue/migration can affect many libraries.

arun-saleth commented 2 months ago

@lucaswitch Thanks for time saving

ishan-chhabra commented 1 month ago

Hi, any updates on this? We are unable to use turbo on Android.

Thanks again! :)

arun-saleth commented 3 weeks ago

any updates on this issue?

nmarchais commented 3 weeks ago

With wdb 0.27.1 we can't upgrade many libs.

arun-saleth commented 3 weeks ago

anyone find a solution ??