Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unblock
yarn android
on main (facebook#39413)
Summary: `yarn android` on main is currently broken due to the CLI attempting to search for the manifest inside the src/androidTest folder. This fixes it by specifying the exact path of the Android Manifest. The fix to the CLI is also pending to prevent the CLI from searching inside test folders. Fix for the CLI is here: - react-native-community/cli#2075 Changelog: [Internal] [Changed] - Unblock `yarn android` on main Reviewed By: huntie Differential Revision: D49190626
- Loading branch information