Skip to content

Commit 99f8d2c

Browse files
authored
fix(analytics): import using package name not relative path (#5229)
1 parent 574f691 commit 99f8d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/analytics/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
FirebaseModule,
3232
getFirebaseRoot,
3333
} from '@react-native-firebase/app/lib/internal';
34-
import { isBoolean } from '../../app/lib/common';
34+
import { isBoolean } from '@react-native-firebase/app/lib/common';
3535

3636
import version from './version';
3737
import * as structs from './structs';

0 commit comments

Comments
 (0)