react-native-flip-card
react-native-flip-card copied to clipboard
Prevent flickering when flipping in android
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.