react-native-community / cli

The React Native Community CLI - command line tools to help you build RN apps
MIT License
2.41k stars 905 forks source link

How to get react native 0.75.x ? #2556

Closed kkCode closed 22 hours ago

kkCode commented 1 day ago

The react native version of the project I created with version 14.1.1 is 0.76.2, but the version I want is 0.75.x What should I do? Thanks

liamjones commented 1 day ago

If you pass --help to the init command you'll see there is an option for specifying the version of RN to use (--version from what I recall).

kkCode commented 1 day ago

@liamjones YES, Thank you very much!