|
|
|
|
|
by laex
2282 days ago
|
|
How does react-native-mmkv-storage store data under-the-hood? When I was building SwiftStore - a KV store [1] for iOS, I went with LevelDB as the choice for the underlying database. LevelDB because it's written in c++ and used widely as an embedded database. Integrating it as a static library in Objective-C is also fairly straight forward. [1] https://github.com/hemantasapkota/SwiftStore |
|