-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Post RN 44.2 Update UnableToResolve 'ActivityIndicator' #14302
Comments
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! |
@hramos thanks for the heads up . I was able to solve this by myself. Let me explain this issue detailed and ask the questions inside my head: Everything started when i wanted to clone my project from github and update my project to RN - 44.2 . I started a new project with You can also reproduce this error with just
I only have dependet one extra package other then react and react native. And my js code was hello world code of RN itself. After reproducing this error i looked at the package Fixing dependency in clone also did not solved my error. I was able to solve error with starting a new project, importing packages one by one (not bulk loading with editing project.json and making npm install. Npm installing gave me the same error again) and then pasting my js code. I would like to ask: I luckily solved this but what is the real explanation here? What is the problem? Lots of question marks in my head. I believe that it is certain I also believe that this issue is related with #14209 |
We ran into same exact trouble after installing react-native-calendar-picker. |
@cogmeta could you please install it directly from github repository not from npm. |
Thanks @emrehayirci, this was exactly the problem I encountered. Pointing to the latest version of react-native-calendar-picker (the Github repo) works because the React dependency has been moved to devDependencies. Stephy should publish the latest version on npm to avoid this common error. PS: After pointing to the latest version, delete node_modules and re-install to get rid of the duplicate nested version of React. |
Hello
I cloned one of my project and updated it's version. After update i got this error:
I applied all the methods that listed above, even updated my node version. Still i got this error.
By the way i am on Windows so i am not using watchman.
Later i gave it up started a new project. I only import packages that i used on this project. Even the code is just hello world code of RN i got the same error.
My Package.Json:
For the reproduction: You can init a RN project and then change it's project json. Then do and do npm install and you just received an error!
What am i doing wrong? How can solve this ? What is going on?
The text was updated successfully, but these errors were encountered: