ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.56k stars 109 forks source link

Fix apollo interface wrapper #302

Closed cdaleas closed 1 year ago

cdaleas commented 1 year ago

This fix allows us to use the default StorageWrapper built on Apollo client. import { MMKVStorageWrapper, CachePersistor } from 'apollo3-cache-persist';

there are problems on setItems and RemoveItems the function needs to return a boolean | undefined instead of boolean | null | undefined

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rnmmkv ✅ Ready (Inspect) Visit Preview Jan 2, 2023 at 11:10AM (UTC)
vaibhav-toddleapp commented 11 months ago

Can we have this fix in version 8.x