Windows10 搭建 React Native 开发环境

React Native 官网 : https://facebook.github.io/react-native/

React Native 中文网 :https://reactnative.cn/

环境搭建:

 1.Nodejs: v10.16

     下载地址:

           ① 中文网:http://nodejs.cn/download/

           ② 官网:https://nodejs.org/en/

    binary安装教程:https://www.jb51.net/article/161358.htm

 2. Python 2.7 (非必需)

      下载地址:https://www.python.org/downloads/

你可能感兴趣的:(Android)