Shadows and Elevation in React Native
December 21, 2019
In Android (and React Native), you don't have box-shadow, you have elevation instead, which works with z-index
code
Z = elevation + translationZ
December 21, 2019
In Android (and React Native), you don't have box-shadow, you have elevation instead, which works with z-index
Z = elevation + translationZ