Updtate SQLite version to the latest
Alexander Koryttsev
Current SQLite version in expo-sqlite package is 3.32.3, but latest is 3.36.0, and it has a lot of new cool features, such as drop columns, math functions and handled rows returning on DELETE, INSERT, UPDATE
It is really must-have features which will be really useful for a lot of developers.
SQLite release history:
Photo Viewer
View photos in a modal
Alexander Koryttsev
It seems like iOS part of the expo-sqlite package uses built in iOS SDK sqlite3 lib, so it should be updated automatically in iOS 15. But I don't know how it works on Android...