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
Metro gives an error: TurboModuleRegistry.getEnforcing(...): 'NativeLocalStorage' could not be found. Verify that a module by this name is registered in the native binary.
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Just in case it's related to what I ran into, make sure you are running RCT_NEW_ARCH_ENABLED=1 pod install --project-directory=macos (even if you've modified your Podfile).
I think I would have expected you don't need that flag for turbomodules too, so that's still a break in user expectation. Especially because that is enabled upstream for RN Core and iOS, but not for macOS (we haven't finished the fabric renderer). Thank you for figuring it out!
Environment
Steps to reproduce the bug
Expected Behavior
App should load successfully
Actual Behavior
Metro gives an error: TurboModuleRegistry.getEnforcing(...): 'NativeLocalStorage' could not be found. Verify that a module by this name is registered in the native binary.
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: