-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Build failed: 'react/renderer/components/view/ViewProps.h' file not found #573
Comments
I have updated lib to version 5.1.0 and this error missed but I have a new one. 'react/renderer/components/view/ViewEventEmitter.h' file not found |
@ArtemLakhurov I preferred to wait for React Native 0.77 before updating So, you had the same error as me with |
@GaylordP Yes, But I have two errors on 5.0.0 version.
|
I encounter an issue only when running the app directly from Android Studio. However, when I run the app using |
I have the same error. Did anyone solve it? |
Guys, I think i found the problem. In android/build.gradle you have to explicitly point to the versions of |
Hello and thank you for your library! :)
Since yesterday morning, I haven't been able to build my project at all using the command
npx react-native run-android
. I keep getting this error:I found a topic about this, but the issue seemed to be resolved (link).
I have tried many times (more than fifteen times) to clear the Yarn, node_modules, and Gradle caches without success.
This issue appeared very suddenly yesterday morning—at 8 AM, everything was working, and by 12 PM, it had stopped working. I didn't modify any dependencies in my project; I simply cleared the caches and node_modules around noon to build a production version.
Here is my configuration:
react-native info :
Thank you in advance if you can help me, as I don't have many ideas left to debug this problem.
The text was updated successfully, but these errors were encountered: