We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39646c2 commit 0b3e88aCopy full SHA for 0b3e88a
examples/Basic/index.ios.js
@@ -91,12 +91,10 @@ class Row extends Component {
91
92
componentWillReceiveProps(nextProps) {
93
if (this.props.active !== nextProps.active) {
94
- if (this.props.active !== nextProps.active) {
95
- if (nextProps.active) {
96
- this.startActivationAnimation();
97
- } else {
98
- this.startDeactivationAnimation();
99
- }
+ if (nextProps.active) {
+ this.startActivationAnimation();
+ } else {
+ this.startDeactivationAnimation();
100
}
101
102
0 commit comments