1.React Native目前已有的组件 ActivityIndicatorIOS:标准的旋转进度轮; DatePickerIOS:日期选择器; Image:图片控件; ListView:列表控件; MapView:地图控件; NavigatorIOS:导航栏; PickerIOS:iOS选择器; Read More
posted @ 2016-07-07 14:44
Demon404
Views(195)
Comments(0)
Diggs(0)
首先定义组件 import { AppRegistry, StyleSheet, Text, View, Image,} from 'react-native'; 然后将render返回中的模版增加Image组件视图 class AwesomeProject extends Component { Read More
posted @ 2016-07-07 13:53
Demon404
Views(228)
Comments(0)
Diggs(0)
一、index.ios.js文件中的东西 index.ios.js文件,是js代码的入口文件,所有的代码编写从这开始,可以定义自己的模块和引入第三方模块。 import React, { Component } from 'react' 引入其他模块。 import { AppRegistry, S Read More
posted @ 2016-07-07 13:47
Demon404
Views(376)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号