remove flow rn declare statement
This commit is contained in:
parent
2755fd2433
commit
75dfae369a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue