//定义组件
class InputControlES6 extends React.Component{ render (){ return (<View style="{sty.container}"></View>); }};//定义样式var sty=StyleSheet.create({ container:{ backgroundColor:"yellow", width:300, height:200, }});export default InputControlES6; //本文共 254 字,大约阅读时间需要 1 分钟。
//定义组件
class InputControlES6 extends React.Component{ render (){ return (<View style="{sty.container}"></View>); }};//定义样式var sty=StyleSheet.create({ container:{ backgroundColor:"yellow", width:300, height:200, }});export default InputControlES6; //转载地址:http://rmmtx.baihongyu.com/