-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
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
_reactNativeMmkv.MMKV.set is not a function #61
Comments
For iOS, did you run For Android, did you follow the installation guide? |
Hi there @mrousavy - I get this exact same error. It occurs only when I enable Debugging in the browser. MMKV comes back as an object but each key such as This is what comes back if I log |
That's because browser debugging doesn't work with JSI. You have to use the Hermes debugger or Safari debugger. |
Excellent. Thank you. Makes perfect sense. |
Version used -
"react-native-mmkv": "1.1.6"
Tried implementing in my project but throwing error, am I doing something wrong
Error:
However in the android it is not even able to build:
The text was updated successfully, but these errors were encountered: