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

The card component which has a motion of flip for React Native(iOS/Android)

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

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.

Hello! I just sent a test build to a colleague who discovered that the backside of the cards does not render on the Huawei Honor 8. I did some research...

Not at all an issue. Rather a message to anyone that has wanted to use this when using TypeScript. https://github.com/DefinitelyTyped/DefinitelyTyped/pull/30166

I'm still new to react native but shouldn't `TouchableOpacity` have the style `flex: 1`? https://github.com/moschan/react-native-flip-card/blob/master/lib/FlipCard.js#L164 My cards are not showing right now (Unless I set `clickable={false})` or I apply `alignItems:...

And ideas on how to create a component to switch between a collection of data like in the app Flipboard using this component?

is there a way to do it?

Thanks for building this repo! If I add style to my `` element and use the clickable FlipCard, styles like `width: '100%'` won't be passed to the `FlipCard` element as...

What I want to do is click a button and flip several cards. But there is no animation if I update property - flip, however card is flipped.

Also, added support for `activeOpacity` customization