react-native-sync-storage icon indicating copy to clipboard operation
react-native-sync-storage copied to clipboard

Start using TM & JSI for a performant sync-storage

trafficstars

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