alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Working On android at All!

TylerKitchens opened this issue · comments

npm WARN react-native-deck-swiper@1.6.6 requires a peer of react-native@^0.49.1 but none is installed. You must install peer dependencies yourself

I get this error and when I downgrade from react native 0.58.4 as well. The cards render and stack but they are not being swiped. When I assign buttons to perform a left and right swipe it works fine but it is only the act of swiping that is not working.

Any help is appreciated as I am currently in development of an application that using this

Any success with this?

@Tkitch23 - try wrapping each and every parent view (EVERY layer, all the way to the top) with flex: 1 as a style.

This seems to fix the issue with the cards not working on Android