mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-07 18:37:42 +08:00
@@ -16,8 +16,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import { stripTrailingSlash } from '@react-native-firebase/app/lib/common';
|
||||
import { NativeModules } from 'react-native';
|
||||
import { stripTrailingSlash } from '@react-native-firebase/common';
|
||||
|
||||
// TODO(salakar) refactor once deprecations have been removed
|
||||
const PATH_NAMES = {
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import { isIOS } from '@react-native-firebase/app/lib/common';
|
||||
import {
|
||||
createModuleNamespace,
|
||||
FirebaseModule,
|
||||
getFirebaseRoot,
|
||||
} from '@react-native-firebase/app/lib/internal';
|
||||
import { isIOS } from '@react-native-firebase/common';
|
||||
import UtilsStatics from './UtilsStatics';
|
||||
import version from './version';
|
||||
|
||||
|
||||
@@ -29,8 +29,7 @@
|
||||
"@react-native-firebase/app": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-firebase/app-types": "0.2.3",
|
||||
"@react-native-firebase/common": "0.2.3"
|
||||
"@react-native-firebase/app-types": "0.2.3"
|
||||
},
|
||||
"gitHead": "889bf5379c8ce5257b33fb3ad1ac9c905fe26fff",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user