ReactNativeMmkvPersister
The ReactNativeMmkvPersister
interface represents a Persister
that lets you save and load Store
data to and from a react-native-mmkv
storage.
You should use the createReactNativeMmkvPersister
function to create a ReactNativeMmkvPersister
object.
It is a minor extension to the Persister
interface and simply provides an extra getStorageName
method for accessing the unique key of the storage location the Store
is being persisted to.
Since
v6.5.0