I have a problem with native react, I create new projects and it does not let me run them. The error occurs directly, I only create the project and immediately execute it. The red screen appears with the following error:
Failed ot load bundle ( link ) with error: (/ Users /React/Documents/nativeapps/CPH/index.js: invalid value for dynamic deps behavior: 'null' (null))
I completely ignore that this error is generated, it is a new project, I only do:
react-native init proyecto
react-native run-ios --simulator "iPhone 5s"
and it just shows me the error, I do not change anything in code at all. It's as if native react no longer works.
I am using react-native: 0.52.0 and react-native-cli: 2.0.1