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

Error: MMKVNative bindings not installed #324

Closed jchesne closed 1 year ago

jchesne commented 1 year ago

Describe the bug Sometimes this error appeared ONLY on Android 13 devices on Crashlitics report.

Fatal Exception: com.facebook.react.common.JavascriptException: Error: MMKVNative bindings not installed, js engine: hermes

Do i have to add : implementation 'com.tencent:mmkv:1.2.16' In my build.gradle ?

"react-native-mmkv-storage": "0.8.0" "react": "18.1.0", "react-native": "0.70.8"

abdullahIsa commented 11 months ago

Hello how was this solved ?