摘要: 1 /** 2 * Sample React Native App 3 * https://github.com/facebook/react-native 4 */ 5 'use strict'; 6 import React, { 7 AppRegistry, 8 Component, 9 StyleSheet, 10 Text, ... 阅读全文
posted @ 2016-03-16 14:46 马在路上 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: /** * Sample React Native App * https://github.com/facebook/react-native */ 'use strict'; import React, { AppRegistry, Component, StyleSheet, Text, View, Image } from 'react-native'; ... 阅读全文
posted @ 2016-03-16 11:48 马在路上 阅读(658) 评论(0) 推荐(0) 编辑