react-native-async-storage-rocks

React Native RocksDB-based AsyncStorage backend

Usage no npm install needed!

<script type="module">
  import reactNativeAsyncStorageRocks from 'https://cdn.skypack.dev/react-native-async-storage-rocks';
</script>

README

RocksDB-based backend for AsyncStorage

Adapted with minor changes from @chirag's gist which itself was adapted from @sahrens's gist showcasing fb's internal implementation

Install

yarn add react-native-async-storage-rocks

Link in the native dependency

react-native link react-native-async-storage-rocks

Usage

import 'react-native-async-storage-rocks'

Contributors

Spencer Ahrens
Chirag
Mark Vayngrib

PRs welcome!