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

Mock improvements to avoid false negatives #351

Closed sidferreira closed 6 days ago

sidferreira commented 1 month ago

I noticed that the mock has potential false negatives, for example, if I store the number 0 or an empty string. This PR is a small tweak to address this.

vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
rnmmkv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2024 2:23pm
ammarahm-ed commented 6 days ago

Thanks!