[types] Get types properly exporting as part of the build

This commit is contained in:
Chris Bianca
2017-11-17 16:17:27 +00:00
parent 746faad043
commit fbe73f5dcb
20 changed files with 588 additions and 822 deletions

View File

@@ -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 = {};