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 967b860 commit 939d280Copy full SHA for 939d280
packages/plugins/plugin-braze/src/BrazePlugin.tsx
@@ -14,11 +14,10 @@ import {
14
UpdateType,
15
JsonMap,
16
SegmentBrazeSettings,
17
+ unknownToString,
18
} from '@segment/analytics-react-native';
19
import Braze, { GenderTypes, MonthsAsNumber } from '@braze/react-native-sdk';
20
import flush from './methods/flush';
-import { unknownToString } from '../../../core/src/util';
21
-
22
interface AttributionProperties {
23
network: string;
24
campaign: string;
0 commit comments