how to set margin in react native code example
Example 1: react native margin vs padding
padding is the space between the content and the border,
whereas margin is the space outside the border.
Example 2: react native margin
//10 of margin top, right, bottom and left
margin: 10
//margin: 'top right bottom left'
margin '10 25 0 -1'