0

I am using DeckSwiper from native-base.

The swipe gesture is working well when the react screen is the initial route of my stack navigator.

But when I load it as a second view that is displayed after clicking a button thanks to : this.props.navigation.navigate('DeckSwipeView') : Cards are displayed but I am not able to swipe them.

If you guys have any idea ?

Thanks for helping :)

glemoulant
  • 517
  • 7
  • 18

1 Answers1

0

I was using a modal to display the screen, which seems to not be handled by deckSwiper. It works when I only use stack navigation.

glemoulant
  • 517
  • 7
  • 18