mateusz I see that there's this example: https://github.com/litesync/react-native-litesync The problem that I see with this is that this is based on react-native-sqlite-storage which hasn't been updated in years. There's Expo SQLite which seems like the supported solution.
mateusz The react-native-sqlite-storage library is no longer maintained. An example using Expo SQLite would make sense. https://docs.expo.dev/versions/latest/sdk/sqlite/
Bernardo The plugin is open-source. Feel comfortable to update it, if needed. Or to create one based on Expo SQLite