想要根据 json { "ActionType" : [{ "Field" : "Button", "FieldText" : "No", "FieldAction" : "this.getCellNumber('no')", "style": "" },{ "Field" : "Button", "FieldText" : "No", "FieldAction" : "this.getCellNumber('yes')", "style":"" }] }
如何在渲染函数中循环它以获取视图中的按钮数量
render(){
return(
<View style={this.styles.ButtonValContainer}>
</View>
);
}