New React Native project with old version of react native

后端 未结 7 468
渐次进展
渐次进展 2020-12-07 18:18

I am trying to create a new react native project which should utilize an older version of react-native.

The result I would like would be to do something like:

7条回答
  •  不思量自难忘°
    2020-12-07 18:59

    specify react-native version at the time of installing

    something like this

    react-native init --version="react-native@0.52.0" ExampleApp
    

提交回复
热议问题