Answers for "how to make a view transparent in react native"

0

react native view background transparency

backgroundColor: 'rgba(52, 52, 52, 0.8)'
Posted by: Guest on May-29-2021
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 "how to make a view transparent in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language