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

Duplicate Style prop is breaking code #75

Closed Mattimus333 closed 5 years ago

Mattimus333 commented 5 years ago

https://github.com/moschan/react-native-flip-card/blob/71b3e0eec2d485ff1a17a44922ecc092d8d9907f/lib/FlipCard.js#L168

You are declaring the style prop twice and it's broken this component on android and every component that uses it.

moschan commented 5 years ago

@Mattimus333 Hi, I just merged PR and released react-native-flip-card@3.5.5 I hope it helps you 👍