Skip to content

Commit 30b8f9f

Browse files
authored
Merge pull request #447 from ocarlott/master
Fixed inconsistent prop name for opting in animated list
2 parents 13c2877 + db03576 commit 30b8f9f

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)