Open JsonKit opened 11 months ago
Please, share the react native version you are using
same issue,
versions: "react-native": "0.73.4", "react-native-mmkv": "^2.12.1",
same issue
I didn't have time to test it yet but React Native stopped supporting the internal API I was calling, I will create a new release soon with the fix for v0.73
开启了本插件以后,是不是就不会使用hermes引擎了
any news on a release working with RN 73+ ?
Not sure this is the place to look for a work-around. The mmkv-react-native lists remote-debugging as a hard limitation. It would be awesome if it did fix it, but even if it does, we would probably still need the mmkv authors to turn off the warning. I've set up redux devtools using async-storage, and separately used mmkv for large files. If there is any instance of mmkv being used at all, anywhere in the app, it will throw the warning.
Failed to create a new MMKV instance: React Native is not running on-device. MMKV can only be used when synchronous method invocations (JSI) are possible. If you are using a remote debugger (e.g. Chrome), switch to an on-device debugger (e.g. Flipper) instead.