-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
- Review the documentation: https://facebook.github.io/react-native
- Search for existing issues: https://github.com/facebook/react-native/issues
- Use the latest React Native release: https://github.com/facebook/react-native/releases
Description
react-native-git-upgrade
fails to detect usage of yarn when the react-native app root is a yarn workspace. Currently is looks for yarn.lock in the package root which won't exist if it's in a workspace.
Obviously, since NPM doesn't support workspaces, it's extra important that yarn is used in these situations.
However, I'm not exactly sure what the best strategy is here... should we simply walk up the tree until we find a yarn.lock file? Does yarn itself export a utility to detect workspaces?
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.