Skip to content

Commit 382164d

Browse files
committed
refactor: remove circular dependency comments in Iterable class
1 parent 01c7919 commit 382164d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/core/classes/Iterable.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { Linking, NativeEventEmitter, Platform } from 'react-native';
33
import { buildInfo } from '../../itblBuildInfo';
44

55
import { RNIterableAPI } from '../../api';
6-
// TODO: Organize these so that there are no circular dependencies
7-
// See https://github.com/expo/expo/issues/35100
86
import { IterableInAppMessage } from '../../inApp/classes/IterableInAppMessage';
97
import { IterableInAppCloseSource } from '../../inApp/enums/IterableInAppCloseSource';
108
import { IterableInAppDeleteSource } from '../../inApp/enums/IterableInAppDeleteSource';

0 commit comments

Comments
 (0)