React Native init specific version

后端 未结 7 1508
陌清茗
陌清茗 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:57

    This seems to work.

    react-native init --version="0.36.0" MyNewApp

    Check the comment on this link :).

提交回复
热议问题