How to install specific version of React Native ? #14821
SeongwoonHong
started this conversation in
General
Replies: 2 comments
-
Happy New year @nrwl team, it would really help to have the ability to select which version of react-native to bootstrap Nx workspace with. I.e
that would take care the dependencies and their compatibility inside the Nx workspace. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @nrwl team, do you have any updates regarding the installation process for a specific version of React Native? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to install specific version of react native using this command? as i don’t want latest version
npx create-nx-workspace happynrwl --preset=react-native --appName=mobile
I tried
npx create-nx-workspace happynrwl --preset=react-native --appName=mobile --version=0.66.4
but no luckBeta Was this translation helpful? Give feedback.
All reactions