react-native-big-list icon indicating copy to clipboard operation
react-native-big-list copied to clipboard

numColumns not working in sections list

Open vaandhare opened this issue 1 year ago • 1 comments

Hi, I am currently working with big list, where my requirement is to show section list with two columns. By using numColumns prop, screen in divided in two halves, where first half of the screen is rendered with items, leaving the second half blank.

Also, the list is initially rendered as blank and becomes visible on re-render.

Versions: "react-native-big-list": "^1.6.1", "react-native": "0.68.0", "react": "18.2.0",

vaandhare avatar Apr 10 '23 12:04 vaandhare