@gooddollar/gun-asyncstorage

Use Gun.js in React Native through AsyncStorage

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@gooddollar/gun-asyncstorage
601.0.33 years ago3 years agoMinified + gzip package size for @gooddollar/gun-asyncstorage in KB

Readme

Gun AsyncStorage
Interop layer between Gun.js and React Native's AsyncStorage. In other words, allows you to use Gun.js in React Native apps!

Installation

npm install gun-asyncstorage

Usage

In index.ios.js or index.android.js import this before importing anything else related to Gun:
import 'gun-asyncstorage';

And that's it, all data that is written to the Gun instance will be stored (and recovered) from AsyncStorage.