An open API service indexing awesome lists of open source software.

https://github.com/tradle/react-native-async-storage-rocks


https://github.com/tradle/react-native-async-storage-rocks

asyncstorage backend react react-native react-native-component rocksdb storage

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# RocksDB-based backend for AsyncStorage

Adapted with minor changes from @chirag's [gist](https://gist.github.com/chirag04/6dbe96a039d0bdfd31ec) which itself was adapted from @sahrens's [gist](https://gist.github.com/sahrens/ae3ad0889c608ecd51aa) 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

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

## Contributors

[Spencer Ahrens](https://github.com/sahrens)
[Chirag](https://github.com/chirag04)
[Mark Vayngrib](https://github.com/mvayngrib)

PRs welcome!