@gooddollar/gun-asyncstorage2
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i @gooddollar/gun-asyncstorage2

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

20.2 kB

Total Files

15

Last publish

Collaborators

  • lbwgd
  • sirpush
  • alexey-goddollar