[ReactNative] Use oss TimerMixin

This commit is contained in:
Tadeu Zagallo
2015-03-24 11:35:59 -07:00
parent fe0527a7c4
commit 57ee9e7dc0
10 changed files with 10 additions and 119 deletions

View File

@@ -14,9 +14,9 @@ var React = require('react-native');
var {
ActivityIndicatorIOS,
StyleSheet,
TimerMixin,
View,
} = React;
var TimerMixin = require('react-timer-mixin');
var ToggleAnimatingActivityIndicator = React.createClass({
mixins: [TimerMixin],