-
Notifications
You must be signed in to change notification settings - Fork 45
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
PNPM Monorepo Support #837
Comments
bump |
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.
Hi, we have recently released Radon v1.1.0, which now supports PNPM monorepos. We'd appreciate it if you could let us know whether it functions as you expected. |
@p-malecki is there a launch.json configuration for multiple expo app mono-repo? |
There is, you should add the main app folder path to |
Description
PNPM Monorepo supoport would be greatly appreciated. This is stoping me from purchasing a licence.
The text was updated successfully, but these errors were encountered: