我如何才能使用它,{showExamples}没有显示任何输出。完整的源代码在这里:https : //rnplay.org/apps/t2E4Ig
var MyApp = React.createClass({
render() {
var showExamples = examples.map(function(value){
return (
<View>
{value.render}
</View>
);
});
return (
<View>
<Image
source={{uri: 'http://facebook.github.io/react/img/logo_og.png'}}
style={styles.base}
/>
{showExamples}
</View>
);
}
});
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
10125 次 |
最近记录: |