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

Making other portals above than the others #19

Open
aprilmintacpineda opened this issue Jul 25, 2021 · 6 comments
Open

Making other portals above than the others #19

aprilmintacpineda opened this issue Jul 25, 2021 · 6 comments

Comments

@aprilmintacpineda
Copy link

If I call <Portal> on multiple components, there's a tendency for some components to be above than the other components, but what if I want to be able to order them, like <Portal priority={1}> the higher the number provided the higher it is on the stack, so that priority={10} is on top of priority={9}.

@calz10
Copy link

calz10 commented Oct 29, 2021

hi @aprilmintacpineda , may I ask if you have fixed or any solution regarding this? thanks

@aprilmintacpineda
Copy link
Author

hi @aprilmintacpineda , may I ask if you have fixed or any solution regarding this? thanks

Hi, sorry but I didn't have any.

@Mursivic
Copy link

Mursivic commented Mar 2, 2022

Hi @calz10 @aprilmintacpineda @jeremybarbet
Any solution yet for this issue?

@brugaspar
Copy link

Hi @calz10 @aprilmintacpineda @Mursivic
Any solution for this?

@sourabhLX
Copy link

Staking Host it self works for me

<Host>  // <-------- H1
<Stack
  screenOptions={{
    headerShown: false,
  }}
/>
</Host>
<Host style={{ position: 'absolute' }}>    / /<-------- H2
<Portal key={1}>
  <Toast config={toastConfig} position="top" />
</Portal>
</Host>

@aprilmintacpineda
Copy link
Author

aprilmintacpineda commented Nov 29, 2023

Sad to see that until today this still hasn't been attended to, maybe there's just not enough requests for it. Also it looks like RN-Portalize is not longer maintained.

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

No branches or pull requests

5 participants