mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 09:08:58 +08:00
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:
committed by
facebook-github-bot-7
parent
fe69ac95bd
commit
99bba8ca4e
@@ -130,7 +130,7 @@ const IsConnected = React.createClass({
|
||||
const IsConnectionExpensive = React.createClass({
|
||||
getInitialState() {
|
||||
return {
|
||||
isConnectionExpensive: null,
|
||||
isConnectionExpensive: (null : ?boolean),
|
||||
};
|
||||
},
|
||||
_checkIfExpensive() {
|
||||
|
||||
Reference in New Issue
Block a user