Issues:
This repo is running React Native 0.61.1
Reproduction steps (this repo is the buggy version):
- Clone repo
- Run
yarn
- Run
yarn start
- Run
react-native run-android
in a separate terminal - See that the orange shape is broken (the elevation shadow is displayed on top of the shape instead of below it)
For the working 0.60.6 version, see: https://github.com/mjmasn/ElevationIssue60