st0ffern / react-native-optimized-flatlist

Optimization for complex and slow React Native FlatLists
MIT License
259 stars 47 forks source link

onViewableItemsChanged Fix #11

Closed kmorales13 closed 6 years ago

kmorales13 commented 6 years ago

An upgrade to RN 0.50 triggered an Invariant Violation: Changing onViewableItemsChanged on the fly is not supported error. Small fix.

st0ffern commented 6 years ago

Please use commitizen. Automatic release with NPM will not work without semantic release

use git cz not git commit -m "asa"

st0ffern commented 6 years ago

fixed here https://github.com/stoffern/react-native-optimized-flatlist/pull/14