moschan / react-native-flip-card

The card component which has a motion of flip for React Native(iOS/Android)
MIT License
390 stars 108 forks source link

Prevent flickering when flipping in android #78

Open raen79 opened 5 years ago

raen79 commented 5 years ago

The timeout to rotate the child views while flipping the card was taking too long and was causing a visible flicker. This PR should fix it.