Skip to content

v0.6.6

Compare
Choose a tag to compare
@ammarahm-ed ammarahm-ed released this 18 Oct 04:38
· 231 commits to master since this release

New

Auto linking on android

Thanks to @retyui. Now you can simply link library with your project with a single command.

`npx mmkv-link`

withServiceName prop on iOS

Now you can set a custom service name for iOS keychain. This helps you solve any issues when you use any other library for storing sensitive information such as react-native-keychain. Thanks to Andrei Tofan

Fixed

  • Fixed build issues on android, especially on older versions of react-native.
  • Added missing dependencies to setNewValue function in useMMKVStorage hook