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

How ot draw over a formSheet screen ? #587

Closed
a-eid opened this issue Aug 3, 2020 · 2 comments
Closed

How ot draw over a formSheet screen ? #587

a-eid opened this issue Aug 3, 2020 · 2 comments

Comments

@a-eid
Copy link

a-eid commented Aug 3, 2020

<>
  <NavigationContainer>
    <Stack.Navigator screenOptions={{ stackPresentation: 'formSheet' }} .... >
  </NavigationContainer> 
  <View style={{
   ...Stylesheet.absoluteFillObject,
   zIndex: 1000, 
   backgroundColor: 'rgba(0,0,0,0.4)'
  }}/> /* <<< */
</>

the View will always be behind the formSheet screen,

is there a way to have something render above the formSheet that's not a modal screen ?

@WoLewicki
Copy link
Member

Could you check if it is not duplicate of #525?

@a-eid
Copy link
Author

a-eid commented Aug 3, 2020

@WoLewicki yeah, that's possibly duplicated, I'll close this issues.

@a-eid a-eid closed this as completed Aug 3, 2020
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

2 participants