mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
declare timeoutID
This commit is contained in:
parent
b881028494
commit
10b6c57731
@ -39,6 +39,8 @@ var LOADING = {};
|
||||
var SearchScreen = React.createClass({
|
||||
mixins: [TimerMixin],
|
||||
|
||||
timeoutID: (null: any),
|
||||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
isLoading: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user