Skip to content

Commit 58f0116

Browse files
committed
Rename componentWillReceiveProps
1 parent 109d1e0 commit 58f0116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/rnw-compat/BaseTouchable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const BaseTouchable = createReactClass({
7575
ensurePositiveDelayProps(this.props);
7676
},
7777

78-
componentWillReceiveProps: function (nextProps) {
78+
UNSAFE_componentWillReceiveProps: function (nextProps) {
7979
ensurePositiveDelayProps(nextProps);
8080
},
8181

0 commit comments

Comments
 (0)