Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug adding elevation property to add shadow on behind bottom-sheet #264

Closed
raulk07 opened this issue Feb 4, 2021 · 0 comments · Fixed by #265
Closed

Bug adding elevation property to add shadow on behind bottom-sheet #264

raulk07 opened this issue Feb 4, 2021 · 0 comments · Fixed by #265
Assignees
Labels
bug Something isn't working v2 Written in Reanimated v1

Comments

@raulk07
Copy link

raulk07 commented Feb 4, 2021

Bug

Screenshot

screenshot

Environment info

Library Version
@gorhom/bottom-sheet 2.0.7
react-native 0.63.4
react-native-reanimated 2.0.0-rc.2
react-native-gesture-handler 1.8.0

Steps To Reproduce

  1. customize styling bottom-sheet adding shadow css

Describe what you expected to happen:

  1. shadow should apply correctly behind the bottom-sheet

Reproducible sample code

shadowColor: "#000", shadowOffset: { width: 0, height: 2, }, shadowOpacity: 0.43, shadowRadius: 9.51, elevation: 15,

@raulk07 raulk07 added the bug Something isn't working label Feb 4, 2021
@gorhom gorhom self-assigned this Feb 4, 2021
@gorhom gorhom added the v2 Written in Reanimated v1 label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2 Written in Reanimated v1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants