I have this code
render() {
return (
{array_with_two_items.map(this.createRow)}
)
} With style
scrollView: {
flex: 1,
marginBottom:0,
},
containter: {
flex:1,
}, And th
I have this code
render() {
return (
{array_with_two_items.map(this.createRow)}
)
} With style
scrollView: {
flex: 1,
marginBottom:0,
},
containter: {
flex:1,
}, And th