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

fix: backdrop random appearance #378

Merged
merged 2 commits into from
Mar 30, 2021
Merged

fix: backdrop random appearance #378

merged 2 commits into from
Mar 30, 2021

Conversation

gorhom
Copy link
Owner

@gorhom gorhom commented Mar 29, 2021

closes #375

Motivation

For some reason transform is not stable when component mount then animate

Installation

yarn add ssh://git@github.com:gorhom/react-native-bottom-sheet#fix/backdrop-appearance

@gorhom gorhom added the v3 Written in Reanimated v2 label Mar 29, 2021
@gorhom
Copy link
Owner Author

gorhom commented Mar 29, 2021

@Johan-dutoit could you try this pr :)

@gorhom gorhom linked an issue Mar 29, 2021 that may be closed by this pull request
@Johan-dutoit
Copy link

Testing this in the bottom sheet example project resulted in the expected behaviour, so LGTM.

I do need to see what's happening on my local project though, as it removes all my pointer events (on the contents below, from the initial render)... could just be a bad implementation on my part.

@gorhom
Copy link
Owner Author

gorhom commented Mar 30, 2021

@Johan-dutoit i think it is better to investigate your usecase, is it possible to provide a sample reproducible snack ?

@Johan-dutoit
Copy link

After further investigation, it was an old bottom sheet that wasn't implemented correctly.

@gorhom gorhom merged commit 9ff77d0 into v3 Mar 30, 2021
@gorhom gorhom deleted the fix/backdrop-appearance branch March 30, 2021 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Written in Reanimated v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v3] Backdrop not always appearing
2 participants