I just published react-native-turbo-sqlite@0.5.0, with react-native-windows support!
TurboSqlite now runs on Android, iOS, macOS, and Windows from one shared C++ TurboModule implementation, without separate Kotlin/Swift/native platform code.
As far as I know, this is the first public React Native library to support all 4 major React Native platforms this way with a codegen-based C++ TurboModule.
If your library doesn’t need platform-specific APIs, you may not need to write the TurboModule in each platform language. A shared C++ implementation can be enough.
I wanted to demonstrate that with this lib.
This release also contains SQLCipher support by cpoile! It works on all 4 platforms as well.