Answers for "react-native background opacity transparency"

0

background transparent react native

background: {
  position: 'absolute',
  marginTop: 20,
  top: 0,
  bottom: 0,
  left: 0,
  right: 0,
  opacity: 0.5,
}
Posted by: Guest on March-16-2021

Code answers related to "react-native background opacity transparency"

Code answers related to "Javascript"

Browse Popular Code Answers by Language