Skip to content

Commit

Permalink
fix(ts): add num columns type
Browse files Browse the repository at this point in the history
Ref: #5
  • Loading branch information
marcocesarato committed Jun 11, 2021
1 parent 1631087 commit 54e8fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ interface BigListProps<ItemT> extends ScrollViewProps {
ListFooterComponentStyle?: ViewStyle | ViewStyle[];
ListHeaderComponent?: React.ReactNode;
ListHeaderComponentStyle?: ViewStyle | ViewStyle[];
numColumns: number | null | undefined;
onEndReached?:
| ((info: { distanceFromEnd: number }) => void)
| null
Expand Down

0 comments on commit 54e8fa4

Please sign in to comment.