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 01c7919 commit 382164dCopy full SHA for 382164d
1 file changed
src/core/classes/Iterable.ts
@@ -3,8 +3,6 @@ import { Linking, NativeEventEmitter, Platform } from 'react-native';
3
import { buildInfo } from '../../itblBuildInfo';
4
5
import { RNIterableAPI } from '../../api';
6
-// TODO: Organize these so that there are no circular dependencies
7
-// See https://github.com/expo/expo/issues/35100
8
import { IterableInAppMessage } from '../../inApp/classes/IterableInAppMessage';
9
import { IterableInAppCloseSource } from '../../inApp/enums/IterableInAppCloseSource';
10
import { IterableInAppDeleteSource } from '../../inApp/enums/IterableInAppDeleteSource';
0 commit comments