react-flipcard
react-flipcard copied to clipboard
React flip card component
React 15
I was looking through the project and didn't notice anything offhand that prevents you from bumping it to support react 15 in another release. Could always just make it a...
Added containerStyle prop so that users can easily customise the styling for the container div.
Hello, How can I "build" the project to update `dist/` ? Thanks.
With React version 0.14.6 I get the following warnings. warning.js?8a56*******:45 Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component....
In our legacy code we have a flipper that I wrote but it uses an offset. Here is an [example](https://developers.google.com/cast/images/r/receiver-ui-complete1_a.png) of what it looks like. When the card the card...
I'm curious to know if this work in react native
When the component is unmounted due to a page transition multiple errors occur (`setState` on unmounted component and `this.refs` being empty). This protects against that.
I really like the module, and the readme is very sharp, but reading through the examples I keep thinking "there are a lot of cool options, I want to read...