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

Feature request: ability to add an overlay component #606

Closed
kyle-ssg opened this issue Aug 16, 2020 · 7 comments
Closed

Feature request: ability to add an overlay component #606

kyle-ssg opened this issue Aug 16, 2020 · 7 comments

Comments

@kyle-ssg
Copy link
Contributor

Considering the scenarios I may encounter using this, I see a need to be able to define an overlay component that can sit above the navigation bar, this is a concept that react-native-navigation has https://wix.github.io/react-native-navigation/docs/overlay.

This would make adding drawer layouts or anything that needs to be above the navigation bar a lot easier.

@kyle-ssg kyle-ssg changed the title Feature requests: ability to add an overlay component Feature request: ability to add an overlay component Aug 22, 2020
@WoLewicki
Copy link
Member

Cannot this behavior be achieved with transparentModal? You can see more discussion about it in #525.

@a-eid
Copy link

a-eid commented Feb 3, 2021

using a transparentModal wouldn't work if you wanna display a toast that allows touches to the underlying view.

@a-eid
Copy link

a-eid commented Apr 18, 2021

@WoLewicki I'm wondering if you guys are still considering this feature.

@WoLewicki
Copy link
Member

This is for sure something nice to be added and I would gladly accept a PR with it.

@a-eid
Copy link

a-eid commented Jun 17, 2021

@WoLewicki how do I add pointerEvents & style support on IOS ?

I'm assuming pointerEvents & style work on android out of the box because it's just view.

@WoLewicki
Copy link
Member

I think this issue is part of what can be achieved by using OverlayView (see #525 and #1096). I will close this issue then to keep the discussion in one place. Feel free to comment here if I am wrong and I'll reopen it.

@kyle-ssg
Copy link
Contributor Author

kyle-ssg commented Sep 7, 2021

So good, can't wait to use this!

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

No branches or pull requests

3 participants