-
Notifications
You must be signed in to change notification settings - Fork 25k
Description
Looks like shadow/elevation is broken on android on [email protected].*, see pictures below
It only happens when the https://github.com/santomegonzalo/react-native-floating-action is being used. I'm not able to reproduce it without this.
To receive the expected result uncomment App.js:25-35 and restart react-native using react-native run-android.
It looks like other packages have this problem aswell, eg callstack/react-native-paper#1341 ,
React Native version:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 3.25 GB / 15.86 GB
Binaries:
Node: 11.9.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.12.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.10.1 - C:\Users\bouwm\AppData\Roaming\npm\npm.CMD
IDEs:
Android Studio: Version 3.4.0.0 AI-183.6156.11.34.5692245
Steps To Reproduce
- clone the git repo
- run
npm installandreact-native run-android
Describe what you expected to happen:
The circle in the middle should look like this:

Snack, code example, screenshot, or link to a repository:
