Skip to content

Commit db03576

Browse files
authored
Fixed inconsistent prop name for opting in animated list
Fixed inconsistent prop name for opting in animated list
1 parent 13c2877 commit db03576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ interface IPropsSwipeListView<T> {
476476
/**
477477
* Use Animated.Flatlist or Animated.Sectionlist
478478
*/
479-
useAnimateList: boolean;
479+
useAnimatedList: boolean;
480480
}
481481

482482
type SectionListPropsOverride<T> = Omit<SectionListProps<T>, 'renderItem'>

0 commit comments

Comments
 (0)