Auto-detect package manager based on prefix command #505
danstepanov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additions
npx rn-new
andnpx create-expo-stack
should have the project use npmyarn dlx rn-new
,yarn rn-new
,yarn dlx create-expo-stack
, andyarn create-expo-stack
should have the project use yarnpnpm dlx rn-new
andpnpm dlx create-expo-stack
should have the project use pnpmbunx rn-new
andbunx create-expo-stack
should have the project use bunRemoval (optional)
Beta Was this translation helpful? Give feedback.
All reactions