react-native-card-stack-swiper
react-native-card-stack-swiper copied to clipboard
Swiping does not work on android.
I am currently building an open source application called swiperr with the repo here.
CardStack located att CardStackHandler.tsx
My problem is that i cant seem to get the cards to move on android. They are completely frozen and the button on the card cant be pressed.
I have tried
- Removing all the content from the card
- uninstalling and re installing
What i have not tried:
- Switching to react-native-deck-swiper
- Debuging package conflicts
Have anyone else had this problem? Tell me if you need more to reproduce.