-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors after upgrading to 0.6.0 #1754
Comments
@VonD Did you try to clean project? |
The issue seems to be that transitive npm dependencies include their own, older copies or Issue documented here: @VonD If you want to figure out which dependency is causing this issue, load your app in the debugger, |
Could it be if one of the module is using peerDependencies in npm 3+. Your application will need to depend on it explicitly. |
Many thanks everyone, the problem was some packages depending on older versions of react-native. @jevakallio the |
@VonD, wondering how you resolved the issue specifically? Not sure where the "Reveal in Navigator" link can be found. I couldn't find the |
@Achang28 i resolved the issue by upgrading the packages that had dependencies on older versions of react native. once you load the app in the debugger ( |
@VonD this helped me, thanks! |
@janmonschke Thanks man. Product clean fixed my issue. |
After upgrading to 0.6.0 I cannot get the react app to boot. Here are the various warnings from the console :
Error: undefined is not an object (evaluating 'RCTScrollViewConsts.KeyboardDismissMode.None')
the line in question is :
react-native/Libraries/Components/ScrollView/ScrollView.js
Line 313 in bb0c21c
Error: Invariant Violation: Application MyApp has not been registered
RCTDataManager.queryData was called with 4 arguments, but expects 3
Also reported here: #1578
Any hints on how to solve these issues ?
The text was updated successfully, but these errors were encountered: