hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
393 stars 55 forks source link

fix: set default `onEndReachThreshold` to 0 #43

Closed hyochan closed 1 year ago

hyochan commented 1 year ago

Description

onEndReachThreshold was set to 0.1 as default. Also, since 0 is falsy in js, it doesn't accept the 0 value as expected.

Related Issues

Resolve #41

Tests

N/A

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.