gameboyVito / react-native-ultimate-listview

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.
https://www.npmjs.com/package/react-native-ultimate-listview
MIT License
540 stars 87 forks source link

bottom loading text not centered after rotation #39

Open JianGuo222 opened 6 years ago

JianGuo222 commented 6 years ago

Hi,

I'm displaying 2 columns on portrait mode and 3 columns on landscape mode.

everything works well except the bottom loading spinner and text is not aligned after rotation.

has anyone seen this issue before?

J