mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-17 23:04:53 +08:00
[types] Get types properly exporting as part of the build
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
*/
|
||||
import { NativeModules } from 'react-native';
|
||||
|
||||
import Log from '../utils/log';
|
||||
import INTERNALS from './../internals';
|
||||
import FirebaseCore from './../firebase';
|
||||
import { nativeWithApp } from './../utils';
|
||||
import Log from './log';
|
||||
import INTERNALS from './internals';
|
||||
import FirebaseCore from '../modules/core/firebase';
|
||||
import { nativeWithApp } from '../utils';
|
||||
|
||||
import type FirebaseApp from '../firebase-app';
|
||||
import type FirebaseApp from '../modules/core/firebase-app';
|
||||
|
||||
const logs = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user