We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bellow code:
MMKV.set('key', 123)
throw an error.
after swap key and value, it is ok it seems v1.0.2 key-value order go back to RTL, not LTR
The text was updated successfully, but these errors were encountered:
Looks like it still uses the old binaries, could you try cleaning the cache?
rm -rf node_modules/react-native-mmkv rm -rf package-lock.json npm i
Sorry, something went wrong.
If it happens on iOS, try
cd ios rm -rf Pods rm -rf Podfile.lock pod install
Then rebuild
Feel free to comment if you're still experiencing this issue, closing for now
same bug but with boolean type platofrm: IOS devices: Iphone 14 Pro Max
No branches or pull requests
bellow code:
throw an error.
after swap key and value, it is ok
it seems v1.0.2 key-value order go back to RTL, not LTR
The text was updated successfully, but these errors were encountered: