Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add monorepo support for Android builds (#2352)
## Description Based on: #2337 by @morganick. Please see the original PR and its description for details. See: #2337 (review) for discussion why new PR has been created. ## Changes - **Using node resolver to find react native package for better monorepo support** - **Using rootDir instead of projectDir** - **Change the order of path lookup** ## Test code and steps to reproduce I've tested it using our both example apps and additionally I've created fresh RN app and tested the Android build there. ## Checklist - [x] Ensured that CI passes --------- Co-authored-by: Nick Morgan <[email protected]> (cherry picked from commit 408112a)
- Loading branch information