Want to render buttons Based upon the json { "ActionType" : [{ "Field" : "Button", "FieldText" : "No", "FieldAction" : "this.getCellNumber('no')", "style":"" },{ "Field" : "Button", "FieldText" : "No", "FieldAction" : "this.getCellNumber('yes')", "style":"" }] }
How can I loop it in a render function to get number of buttons in a view
render(){
return(
<View style={this.styles.ButtonValContainer}>
</View>
);
}