Skip to content

Commit ceea516

Browse files
author
farfromrefug
committed
chore: fix for TS 5.7
1 parent d289e47 commit ceea516

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/collectionview/index.ios.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ export enum SnapPosition {
8484
END = 1 // = androidx.recyclerview.widget.LinearSmoothScroller.SNAP_TO_END
8585
}
8686

87+
8788
export class CollectionView extends CollectionViewBase {
89+
//TODO: remove as it needs to be added after TS 5.7 change https://github.com/microsoft/TypeScript/pull/59860
90+
[key: symbol]: (...args: any[]) => any | void;
91+
8892
_layout: UICollectionViewLayout;
8993
_dataSource: CollectionViewDataSource;
9094
_delegate: UICollectionViewDelegateImpl | UICollectionViewDelegateFixedSizeImpl;

0 commit comments

Comments
 (0)