mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-12 08:53:16 +08:00
[types] Get types properly exporting as part of the build
This commit is contained in:
@@ -3,9 +3,9 @@ import { NativeModules } from 'react-native';
|
||||
// import { version as ReactVersion } from 'react';
|
||||
// import ReactNativeVersion from 'react-native/Libraries/Core/ReactNativeVersion';
|
||||
|
||||
import INTERNALS from './../../internals';
|
||||
import { isIOS } from './../../utils';
|
||||
import PACKAGE from './../../../package.json';
|
||||
import INTERNALS from '../../utils/internals';
|
||||
import { isIOS } from '../../utils';
|
||||
import PACKAGE from '../../../package.json';
|
||||
|
||||
const FirebaseCoreModule = NativeModules.RNFirebase;
|
||||
|
||||
@@ -128,4 +128,3 @@ export const statics = {
|
||||
// 'react-native-firebase': PACKAGE.version,
|
||||
// },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user