React Native init specific version

后端 未结 7 1570
陌清茗
陌清茗 2021-01-30 08:20

I upgraded my latest project to React Native 0.19 and instantly the video no longer works. How can I create a new project with a specific version? I want to init a new project a

7条回答
  •  你的背包
    2021-01-30 08:48

    $ react-native init projectname --version 0.56.0 
    

    please check this guide https://facebook.github.io/react-native/docs/getting-started

提交回复
热议问题