Skip to content

Files

Latest commit

 

History

History
38 lines (23 loc) · 427 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 427 Bytes

WIP & EXPERIMENTAL

react-native-sync-storage

Sync storage with TurboModules and MMKV

Installation

yarn add react-native-sync-storage

or

npm install react-native-sync-storage

Usage with hooks

import { useSyncStorage } from "react-native-sync-storage";

// ...

const { setItem } = useSyncStorage();

Supported platforms

  • iOS
  • Android
  • Windows

License

MIT