react-native-card-flip icon indicating copy to clipboard operation
react-native-card-flip copied to clipboard

Card flip animation for React Native

Results 17 react-native-card-flip issues
Sort by recently updated
recently updated
newest added

In npm audit, i have noticed node-fetch version in this library has security vulnarablities. Can you please upgrade to version 3.1.1 or 2.6.7?

Flipping from the right instead of the left need help with that

Fix android touch not working issue

In android touchs in butons not working, the screen stops response.

Would love to have the option to flip the other way. Anyone know how I would go about doing this with the code?

enhancement
help wanted

While I try to install package, it gives this error: ` - npm ERR! code ERESOLVE - npm ERR! ERESOLVE unable to resolve dependency tree - npm ERR! - npm...

This allows the card to flip the opposite direction of default. Works on `x` & `y` `flipDirection`. Includes an example in the example app. Closes #7 ![2020-06-24 11-15-47 2020-06-24 11_16_52](https://user-images.githubusercontent.com/139261/85583527-55965600-b60c-11ea-9def-c8789b71805d.gif)

The cart itself works but we can't see the text? ``` this.card = card} style={styles.cardContainer}> this.card.flip()} style={styles.card}> ADDDDDDDDDDDDDDDB this.card.flip()} style={styles.card}> CDDDDDDDDDDDDDDDD ``` my style ```const styles = StyleSheet.create({ container: {...

This is the perfect lib for my use case in a production app, where my card(s) have dual animation - the same card can jiggle, as well as flip depending...