jljonnard
Results
2
comments of
jljonnard
Invariant Violation: "app" has not been registered - AppRegistry.js | runnables[appKey] is undefined
Bad import in `App.js` or `App.tsx` will trigger this error. For example, when upgrading librairies some import breaking changes can happen : `import Component from ../path` But now with the...
I am experiencing the same error with react-native-modal and react-native-web either I am using react-scripts or webpack to run the web server. I use the following configuration : webpack.config.js ```...