diff --git a/lib/flow.js b/lib/flow.js index c731dc3b..3f3897da 100644 --- a/lib/flow.js +++ b/lib/flow.js @@ -1,8 +1,8 @@ /* eslint-disable */ -declare module 'react-native' { - // noinspection ES6ConvertVarToLetConst - declare var exports: any; -} +// declare module 'react-native' { +// // noinspection ES6ConvertVarToLetConst +// declare var exports: any; +// } declare type AuthResultType = { authenticated: boolean,