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