[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

@@ -15,10 +15,10 @@ var {
AlertIOS,
StyleSheet,
Text,
TimerMixin,
TouchableHighlight,
View,
} = React;
var TimerMixin = require('react-timer-mixin');
var Button = React.createClass({
render: function() {