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 109d1e0 commit 58f0116Copy full SHA for 58f0116
src/utils/rnw-compat/BaseTouchable.js
@@ -75,7 +75,7 @@ const BaseTouchable = createReactClass({
75
ensurePositiveDelayProps(this.props);
76
},
77
78
- componentWillReceiveProps: function (nextProps) {
+ UNSAFE_componentWillReceiveProps: function (nextProps) {
79
ensurePositiveDelayProps(nextProps);
80
81
0 commit comments