mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Fixed null argument errors for timers and layout animations
This commit is contained in:
@@ -49,8 +49,7 @@ var LayoutEventExample = React.createClass({
|
||||
() => {
|
||||
console.log('layout animation done.');
|
||||
this.addWrapText();
|
||||
},
|
||||
(error) => { throw new Error(JSON.stringify(error)); }
|
||||
}
|
||||
);
|
||||
this.setState({
|
||||
viewStyle: {
|
||||
|
||||
Reference in New Issue
Block a user