Redux persist support for Realm database by using key/value approach
redux-persist
v4, v5realm
yarn add @bankify/redux-persist-realm
import { persistStore } from "redux-persist";
import { createRealmPersistStorage } from "@bankify/redux-persist-realm";
const persistor = persistStore(store, { storage: createRealmPersistStorage() });
Pull requests are welcomed!
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details