v0.6.6
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 inuseMMKVStorage
hook