react-native-async-storage / async-storage

An asynchronous, persistent, key-value storage system for React Native.
https://react-native-async-storage.github.io/async-storage/
MIT License
4.61k stars 458 forks source link

feat(sqlite-storage): scaffold workspace #1071

Closed krizzu closed 2 months ago

krizzu commented 3 months ago

Summary

Beginning to work on SQLite storage. Basic scaffold for native module + example app using RN test app.

krizzu commented 2 months ago

Thanks for review @tido64 ❤️