You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
same here with slightly different error on react-native 0.76.2 and [email protected]
xcode console logs:
'JSI bindings were not installed for: MMKVStorage', [TypeError: Cannot read property 'install' of null]
Error: MMKVStorage bindings not installed, js engine: hermes
libc++abi: terminating due to uncaught exception of type std::__1::bad_function_call: std::exception
@efstathiosntonas I was able to resolve this on 0.76+ in terms of the binding not being available I had to make sure to run RCT_NEW_ARCH_ENABLED=1 pod install after a pod deintegrate and clean my build folder and rebuild.
Describe the bug
When doing a clean install from scratch with a barebones RN project (non-expo) with new arch enabled the following errors pop up
I also had to disable this in the
To Reproduce
Steps to reproduce the behavior:
❯ RCT_NEW_ARCH_ENABLED=1 pod install
Expected behavior
MMKV bindings are installed
Screenshots
If applicable, add screenshots to help explain your problem.
Platform Information:
The text was updated successfully, but these errors were encountered: