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
I have some problem when using latest version of react-native with react-navigation, it looks like due to unsupported packages or missing depedencies between latest version of react-native and react-navigation.
When i install react-navigation and then restart the bundler, it said Error: Requiring unknown module "546". If you are sure the module is there, try restarting the packager or running "npm install". on the emulator and then i try to build again but failed.
In the metro bundler terminal said Error: ENOENT: no such file or directory, open '/my-project-root-folder/node_modules/create-react-class/node_modules/fbjs/lib/emptyObject.js'
And here is my projects depedencies "dependencies": { "react": "16.6.3", "react-native": "0.57.8", "react-navigation": "^3.0.9" }
Does anyone also face up the similar problem and has already come up with solution ?
The text was updated successfully, but these errors were encountered:
[y] Review the documentation: https://facebook.github.io/react-native
[y] Search for existing issues: https://github.com/facebook/react-native/issues
[y] Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
`React Native Environment Info:
Description
I have some problem when using latest version of react-native with react-navigation, it looks like due to unsupported packages or missing depedencies between latest version of react-native and react-navigation.
When i install react-navigation and then restart the bundler, it said
Error: Requiring unknown module "546". If you are sure the module is there, try restarting the packager or running "npm install".
on the emulator and then i try to build again but failed.In the metro bundler terminal said
Error: ENOENT: no such file or directory, open '/my-project-root-folder/node_modules/create-react-class/node_modules/fbjs/lib/emptyObject.js'
And here is my projects depedencies
"dependencies": { "react": "16.6.3", "react-native": "0.57.8", "react-navigation": "^3.0.9" }
Does anyone also face up the similar problem and has already come up with solution ?
The text was updated successfully, but these errors were encountered: