How to create custom persister using realm ?
I'm replacing the redux/redux-offline/redux-persist with react-query in my react native app to manage serve side data. Since we are currently using Realm to offline first implementation, though we do have
createAsyncStoragePersister
but is it possible to create custom persister using realm ?0 Replies