I would like to change images dynamically using Deckswiper based on the content of the currently showing item.While this works fine with onSwipe events, I would like to change the image based on the content of the currently showing card. The problem is swipe events return this info after the fact whereas I need the state of the current card.
How do I access the currently showing card with Deckswiper?
I would like to change images dynamically using Deckswiper based on the content of the
currently showing item
.While this works fine withonSwipe
events, I would like to change the image based on the content of the currently showing card. The problem is swipe events return this info after the fact whereas I need the state of the current card.How do I access the currently showing card with Deckswiper?
Is there an existing method to achieve this?
native-base: 2.1.5, react: 16.0.0-alpha.12, react-native:0.45.1