You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cortinico when you set the codegenDir property in the react{} block in the app's build.gradle it doesn't propagate to the third-party libraries. What I believe is happening is when a library applies com.facebook.react plugin in its build.gradle the plugin is using the default values for all the properties, even if some are set in the app project.
@cortinico when you set the
codegenDirproperty in thereact{}block in the app'sbuild.gradleit doesn't propagate to the third-party libraries. What I believe is happening is when a library appliescom.facebook.reactplugin in itsbuild.gradlethe plugin is using the default values for all the properties, even if some are set in theappproject.Originally posted by @j-piasecki in #34372 (comment)