I read somewhere that
expo-sqlite
is inspired by react-native-sqlite-2
But, one that
react-native-sqlite2
does differently is using sqlite-android on Android to use the latest SQLite version with extensions like FTS and JSON enabled.
Having consistent support for features like FTS5 is crucial for many apps. It'd be really nice if
expo-sqlite
used
sqlite-android
as well.