how to add two different styles to react native code example
Example: multiple styling react native
style={[
styles.button,
{ backgroundColor: 'green' }
]}
style={[
styles.button,
{ backgroundColor: 'green' }
]}