mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
remove flow rn declare statement
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user