jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.79k stars 527 forks source link

Fixed inconsistent prop name for opting in animated list #447

Closed ocarlott closed 4 years ago

ocarlott commented 4 years ago

Fixed inconsistent prop name for opting in animated list

Please confirm you have linted your code and fixed any issues:

Please provide information on what your PR achieves and any issues that it addresses:

Prop name useAnimateList in type declaration file is inconsistent with what being used in source code (useAnimatedList)