File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,13 @@ import { MockLinking } from '../__mocks__/MockLinking'
33import { TestHelper } from './TestHelper'
44import { NativeEventEmitter } from 'react-native'
55
6+ // import from the same location that consumers import from
67import {
78 Iterable ,
9+ IterableConfig
10+ } from '../index'
11+
12+ import {
813 IterableAttributionInfo ,
914 IterableCommerceItem ,
1015 IterableActionContext ,
@@ -13,8 +18,6 @@ import {
1318 IterableActionSource
1419} from '../Iterable'
1520
16- import IterableConfig from '../IterableConfig'
17-
1821beforeEach ( ( ) => {
1922 jest . clearAllMocks ( )
2023} )
Original file line number Diff line number Diff line change 55* @module react-native-iterable-sdk
66*/
77
8+ import { Iterable } from './Iterable'
9+
810import {
911 IterableAction ,
1012 IterableActionContext ,
@@ -34,7 +36,11 @@ import useAppStateListener from './useAppStateListener'
3436import useDeviceOrientation from './useDeviceOrientation'
3537import InboxImpressionRowInfo from './InboxImpressionRowInfo'
3638
39+ import IterableConfig from './IterableConfig'
40+
3741export {
42+ Iterable ,
43+ IterableConfig ,
3844 IterableAction ,
3945 IterableActionContext ,
4046 IterableLogLevel ,
You can’t perform that action at this time.
0 commit comments