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

Not working with Stack.Screen presentation: 'modal' on iOS #76

Open
ph113 opened this issue Dec 23, 2022 · 0 comments
Open

Not working with Stack.Screen presentation: 'modal' on iOS #76

ph113 opened this issue Dec 23, 2022 · 0 comments

Comments

@ph113
Copy link

ph113 commented Dec 23, 2022

Hi,

If it's possible to use this on modal screen? If so, any examples? Thanks!

I have the screen configured like this:

<Stack.Group>
        <Stack.Screen
          name={ScreenName.Edit}
          component={EditScreen}
          options={{
            presentation: 'modal',
            gestureEnabled: true
          }}
        />
</Stack.Group>

When I use DraggableGrid in EditScreen, it behaves similarly to ScrollView with scrollEnabled.
The problem occurs only in iOS.
Has anyone had a similar problem?

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

1 participant