react native margin

JavaScript
padding is the space between the content and the border,
whereas margin is the space outside the border.//10 of margin top, right, bottom and left
margin: 10
//margin: 'top right bottom left'
margin '10 25 0 -1'
Source

Also in JavaScript: