[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

@@ -18,9 +18,9 @@ var {
StyleSheet,
Text,
TextInput,
TimerMixin,
View,
} = React;
var TimerMixin = require('react-timer-mixin');
var MovieCell = require('./MovieCell');
var MovieScreen = require('./MovieScreen');