mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53560 Since Gradle 9.0, all the projects in the path must have an existing folder. As we build :packages:react-native:ReactAndroid, we need to declare the folders for :packages and :packages:react-native as well as otherwise the build from source will fail with a missing folder exception. Changelog: [Android] [Fixed] - Fix build from source due to missing folder error on Gradle 9.0 Reviewed By: fabriziocucci Differential Revision: D81482789 fbshipit-source-id: 609b503755486e10060a0f321bd0a38bd71864a1