-
Notifications
You must be signed in to change notification settings - Fork 349
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
'ReactCommon/RCTTurboModule.h' file not found #410
Comments
the same issue |
+1 |
2 similar comments
+1 |
+1 |
Facing the same issue. |
+1 |
Adding Patch File:
Note: |
+1 |
2 similar comments
+1 |
+1 |
This is reproducible easily when enabling the new arch on RN 0.75.4 |
@taboulot can you give it a look? |
+1 |
I updated to react native 0.76.0 version and got this issue when using it 😢 |
+1 after enabling the new arch |
the same issue using 0.76.1 |
+1 |
Same problem on react-native 0.76.1, expo 52. Testing the workaround mentioned above seems to have fixed the build error, but I haven't launched the application to fully verify it. (I am still getting build errors from an unrelated dependency). |
works for me |
same issue |
Faced the same issue in "react-native": "0.76.1" Solved by Adding OR Without installing the patch, using post install, Create a file:
Then run It works to me |
it's work for me
Hy, thanks you. It's work for me. Etape to fix this Go to node_modules/@bam.tech/react-native-image-resizer/react-native-image-resizer.podspec adding this open package.json on same directory and replace content of "codegenConfig": { by this "codegenConfig": { on terminal => yarn install or npm install |
RN0.75 opens a new architecture and packages IOS, resulting in this error
The text was updated successfully, but these errors were encountered: