I use react navigation and want to show a full screen modal. Then I have seen this post:
Modal navigation
it works great, but can I close the modal when swiping down ? is it possible ? And when yes how I do it ?
what you can do, instead of using presentable: 'fullscreenmodal' use a normal screen with
<Stack.Screen
name='preview/[id]'
options={{
animation: 'slide_from_bottom',
headerShown: false,
gestureDirection: 'vertical',
}}
/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With