New React Native project with old version of react native

后端 未结 7 418
渐次进展
渐次进展 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 19:19

    For existing react native project to downgrade run

    npm install react-native@0.13.2
    

    Then verify the version by running

    react-native -version
    

提交回复
热议问题