Open djMax opened 1 year ago
0.72 is a release candidate - but it would be nice to get this fixed before it goes live
Is this something you may be able to help with?
Help fixing, not sure, because I know nothing about the codegen flow. But I am happy to try, to chase leads, and to test the heck out of it.
So this same error happens with react-native-community_datetimepicker, if that provides any leads
Is this still an issue?
What was the resolution exactly?? @jacobp100 ? I'm getting this with 0.72.0-rc.1, which is asked for by react-native-reanimated.
I am also facing this issue
We are seeing same issue. 0.72.3 RN and 4.7.1 react-native-safe-area-context
This issue has got a help wanted
tag
Remember that fabric in RN is still considered experimental. I'd recommend sticking with the old arch unless you're able to fix these sort of issues and contribute the fixes back to projects
Is this for Android?
Having the same issue. RN: 0.72.1
Getting this error at least from these libraries: react-native-async-storage: 1.19.2 react-native-bootsplash: 3.7.5 react-native-camera-roll: 5.3.1
I guess if I keep removing libraries from dependency I will get the same for react-native-safe-area-context as well.
Does anyone know what causes this issue? It's the only thread that I found about this error.
I also have monorepo in the project so I am wondering if it is the source
Had same issue and solved it by adding
react {
codegenDir = file("../../node_modules/@react-native/codegen")
}
in android/app/build.gradle
I am on RN 0.72 using Fabric and unable to build release mode on android with the following error:
Bare bones project here https://github.com/djMax/rn-monorepo-fabric