mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
RN: Update React (2/2)
Reviewed By: kentaromiura Differential Revision: D4026114 fbshipit-source-id: 67808af91454d95941fea01eef58a4d9086f46e1
This commit is contained in:
committed by
Facebook Github Bot
parent
b76ab8e3a1
commit
3683beb88a
@@ -34,10 +34,9 @@ var TextUpdateTest = React.createClass({
|
||||
},
|
||||
componentDidMount: function() {
|
||||
this.requestAnimationFrame(
|
||||
() => this.setState(
|
||||
{seeMore: false},
|
||||
TestManager.markTestCompleted
|
||||
)
|
||||
() => this.setState({seeMore: false}, () => {
|
||||
TestManager.markTestCompleted();
|
||||
})
|
||||
);
|
||||
},
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user