Closed vaibhav-toddleapp closed 1 year ago
Hey! according to documentation of MMKVStorage, instance creation has slightly different approach. see the below link and update the documentation code. ( if you feel it is helpful then only 🙃 )
https://rnmmkv.vercel.app/#/creatinginstance
Example:
import { MMKVLoader } from "react-native-mmkv-storage"; const MMKVwithID = new MMKVLoader() .withInstanceID("mmkvWithID") .initialize();
Did you figure out how to do this with apollo-cache-persist?
/**
*/
Hey! according to documentation of MMKVStorage, instance creation has slightly different approach. see the below link and update the documentation code. ( if you feel it is helpful then only 🙃 )
https://rnmmkv.vercel.app/#/creatinginstance
Example: