alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.57k stars 464 forks source link

Include changes to children on sCU hook #257

Open JediahDizon opened 5 years ago

JediahDizon commented 5 years ago

The shouldComponentUpdate does not include changes to the children passed to it. This is a problem because the parent component that calls <Swiper> will not have its children rerendered regardless if their props changed.

webraptor commented 5 years ago

Nice job ...