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
❓ Expected Behavior
The app should run without crashing in development mode on Android ⚠️ Actual Behavior
Crashes immediately with TypeError: Cannot read property 'NativeModule' of undefined.
Provide environment information
Describe the bug
🐞 Bug Report:
TypeError: Cannot read property 'NativeModule' of undefined
ondev:android
(Hermes)💥 Issue
When running the project in development mode on Android (
dev:android
), the app crashes with the following error:Stacktrace
❓ Expected Behavior
⚠️ Actual Behavior
The app should run without crashing in development mode on Android
Crashes immediately with TypeError: Cannot read property 'NativeModule' of undefined.
Link to reproduction
https://github.com/pabrcno/turborepo-test
To reproduce
🛠️ Steps to Reproduce
Clone the repo
Follow Readme
Run pnpm dev (android)
Observe the crash in development mode
Additional information
No response
The text was updated successfully, but these errors were encountered: