npm.io
1.2.1 • Published 7 years ago

react-native-async-storage-snappy

Licence
MIT
Version
1.2.1
Deps
0
Size
42.0 MB
Vulns
0
Weekly
0
Stars
9

SnappyDB-based backend for AsyncStorage

Android only for now

Install

yarn add react-native-async-storage-snappy
react-native link react-native-async-storage-snappy

Usage

AsyncStorage currently doesn't provide a way of swapping out the backend implementation, so for now you can fork react-native and cherry-pick the commit from this PR

When it's merged, you will instead be able to do AsyncStorage.setBackend(AsyncSnappyStorage)

Contributing

PRs welcome!