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 */
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,