I am trying to enable jsi implementation on android but
it keeps give errors on console.
I followed jsi implementation guide on document page and i was already using watermelon jsi without fabric with no problem.
WARN [🍉] JSI SQLiteAdapter not available… falling back to asynchronous operation.
This will happen if you're using remote debugger, and may happen if you forgot to recompile native app after WatermelonDB
update
LOG Running "AwesomeApp" with {"fabric":true,"initialProps":{"concurrentRoot":true},"rootTag":1}
remote debugger is not active and i tried recomplite multiple times
"@nozbe/watermelondb": "^0.24.0"
"react-native": "0.70.0"
ios is ok.
android is not.
should i remove all watermelon jsi codes from mainapplication.java is it a good idea.
I am trying to enable jsi implementation on android but
it keeps give errors on console.
I followed jsi implementation guide on document page and i was already using watermelon jsi without fabric with no problem.
remote debugger is not active and i tried recomplite multiple times
"@nozbe/watermelondb": "^0.24.0""react-native": "0.70.0"ios is ok.
android is not.
should i remove all watermelon jsi codes from mainapplication.java is it a good idea.