随笔分类 -  React-Native

摘要:/** * Sample React Native App * https://github.com/facebook/react-native */'use strict';var React = require('react-native');var { AppRegistry, Style... 阅读全文
posted @ 2016-01-11 22:15 daomul 阅读(2529) 评论(0) 推荐(0)
摘要:1、基本上一句话,就是本地的node太旧了,跟不上React_Native的节奏,所以需要更新node,但是单纯的更新node丫丫竟然不让我跟,因为是用Homebrew来管理的,所以先update了下brewbrew update && brew upgrade && brew cleanupbre... 阅读全文
posted @ 2016-01-10 15:01 daomul 阅读(1032) 评论(0) 推荐(0)
摘要:一、Homebrew是OS X 的套件管理器。首先我们需要获取 Homebrewruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"1、我们可以先通过在终端输入:brew -... 阅读全文
posted @ 2015-10-21 12:46 daomul 阅读(784) 评论(0) 推荐(0)