We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a7b50 commit ab23d2eCopy full SHA for ab23d2e
packages/plugins/plugin-appsflyer/src/methods/identify.ts
@@ -1,5 +1,5 @@
1
import appsFlyer from 'react-native-appsflyer';
2
-import type { IdentifyEventType } from '../../../../core/src/types';
+import type { IdentifyEventType } from '@segment/analytics-react-native';
3
4
export default (event: IdentifyEventType) => {
5
const userId = event.userId;
packages/plugins/plugin-appsflyer/src/methods/track.ts
-import type { TrackEventType } from '../../../../core/src/types';
+import type { TrackEventType } from '@segment/analytics-react-native';
type Properties = { [key: string]: any };
0 commit comments