Closed
Description
@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.
Originally posted by @j-piasecki in #34372 (comment)