Skip to content

x0s3/react-native-sync-storage

Repository files navigation

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