erksch / react-native-wheely

An all JavaScript wheel picker for react-native without any native code.
413 stars 59 forks source link

Made flatListProps overwritable #71

Open kasparas-ban opened 5 months ago

kasparas-ban commented 5 months ago

Currently flatListProps is almost useless, as all its contents is overwritten by the default props. This PR makes it so that flatListProps takes higher precedence and overwrites the default props.