Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PNPM monorepo test app #2

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

p-malecki
Copy link
Contributor

This PR adds a new test app for PNPM monorepos, based on this repo. The test app uses:

  • PNPM
  • Turborepo
  • Expo SDK version 51
  • React Native version 0.74

Note: To select and test the app, create a launch configuration and explicitly add "appRoot": "app/mobile".

@kmagiera kmagiera merged commit e64e236 into main Dec 12, 2024
p-malecki added a commit to software-mansion/radon-ide that referenced this pull request Dec 13, 2024
This PR introduces support for PNPM monorepos:
- identifies the monorepo workspace root based on the presence of the
`pnpm-workspace.yaml` file
- installs node modules using PNPM if `isPnpmModulesInstalled` detects
them as not installed

Resolves: #736 and #837 

### How Has This Been Tested:
- Tested with the new `pnpm-monorepo` test app introduced in
[PR](software-mansion-labs/radon-ide-test-apps#2),
confirming correct app building both for iOS and Android on macOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants