随笔分类 -  react

摘要:1.VSCODE下载地址:先下载VSCode软件 2.代码提示功能: 打开 VSCode ,然后 按住键盘 command+p,然后在vscode上面输入框 输入: "ext install vscode-react-native",就可以在写React native代码获得代码提示功能了. 阅读全文
posted @ 2017-04-04 11:19 jhhu 阅读(340) 评论(0) 推荐(0)
摘要:1. react-native init Helloworld // 创建 helloworld 工程 2. 进入 helloworld -》android, 运行 react-navite run-android (如果不成功,试运行 npm install react-native, npm s 阅读全文
posted @ 2017-02-13 16:10 jhhu 阅读(160) 评论(0) 推荐(0)