remove flow rn declare statement

This commit is contained in:
Salakar 2017-09-23 18:26:19 +01:00
parent 2755fd2433
commit 75dfae369a
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
/* eslint-disable */ /* eslint-disable */
declare module 'react-native' { // declare module 'react-native' {
// noinspection ES6ConvertVarToLetConst // // noinspection ES6ConvertVarToLetConst
declare var exports: any; // declare var exports: any;
} // }
declare type AuthResultType = { declare type AuthResultType = {
authenticated: boolean, authenticated: boolean,