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 views not being moved to destination if the view is attached later #12

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

bobsmits
Copy link

@bobsmits bobsmits commented Jun 2, 2022

Views that are added after the initial render where not being moved to the destination portal. Maybe it's because of changes to the inner workings but on react native 68 it seems that views are often attached after setDestination is called. Causing them not to be transferred to the destination view.

I also patched the deprecated view proptypes and deprecated gradle compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants