Use .flow files to tell Flow about react-native module

Reviewed By: jeffmo

Differential Revision: D2735788

fb-gh-sync-id: 7a15caa5effb89b902bba7e0031822f534813c52
This commit is contained in:
Gabe Levi
2015-12-08 14:47:09 -08:00
committed by facebook-github-bot-7
parent fe69ac95bd
commit 99bba8ca4e
4 changed files with 128 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ const IsConnected = React.createClass({
const IsConnectionExpensive = React.createClass({
getInitialState() {
return {
isConnectionExpensive: null,
isConnectionExpensive: (null : ?boolean),
};
},
_checkIfExpensive() {