Open arun-saleth opened 2 months ago
Can you try setting jsi:false in the database configuration?
@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
This is due react-native itself disabling support for legacy jsi calls. That is something @radex is working on. Feel free to help too!
Also duplicated of https://github.com/Nozbe/WatermelonDB/issues/1769
@lucaswitch Thank You so much
@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.
@lucaswitch Thanks for time saving
Hi, any updates on this? We are unable to use turbo on Android.
Thanks again! :)
any updates on this issue?
With wdb 0.27.1 we can't upgrade many libs.
anyone find a solution ??
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