jsoendermann / rn-section-list-get-item-layout

:black_square_button: Easy getItemLayout props for react-native SectionLists.
https://medium.com/@jsoendermann/sectionlist-and-getitemlayout-2293b0b916fb
Other
221 stars 32 forks source link

PixelRatio.get() #25

Open DePavlenko opened 1 year ago

DePavlenko commented 1 year ago

Hello, thank you for your work! Could you please explain what is PixelRatio.get() for? My list gets clunky when I divide the separator by PixelRatio.get(). Also, is there any way not to call this function on every scroll event? The function gets fired hundred times while the user scrolls the list.