Skip to content

Commit 6f007e8

Browse files
Brian Vaughnfacebook-github-bot
Brian Vaughn
authored andcommittedFeb 8, 2018
Ran rename-unsafe-lifecycles codemod on xplat/js
Reviewed By: trueadm Differential Revision: D6889214 fbshipit-source-id: e815cda4b09f3650ae3b0b9a44ae6f5fcb48fe25
1 parent fa334ce commit 6f007e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+75
-66
lines changed
 

‎IntegrationTests/ReactContentSizeUpdateTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var ReactContentSizeUpdateTest = createReactClass({
3030
mixins: [Subscribable.Mixin,
3131
TimerMixin],
3232

33-
componentWillMount: function() {
33+
UNSAFE_componentWillMount: function() {
3434
this.addListenerOn(
3535
RCTNativeAppEventEmitter,
3636
'rootViewDidChangeIntrinsicSize',

‎IntegrationTests/SizeFlexibilityUpdateTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var SizeFlexibilityUpdateTest = createReactClass({
2727
displayName: 'SizeFlexibilityUpdateTest',
2828
mixins: [Subscribable.Mixin],
2929

30-
componentWillMount: function() {
30+
UNSAFE_componentWillMount: function() {
3131
this.addListenerOn(
3232
RCTNativeAppEventEmitter,
3333
'rootViewDidChangeIntrinsicSize',

0 commit comments

Comments
 (0)
Please sign in to comment.