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

Handle null data

Open TheJapaneseCowboy opened this issue 9 years ago • 1 comments

When initial data is null I get an error

example

const celebrities = null;
<ScrollableList data={celebrities} renderRow={(data) => <Celebrity {...data} />} />
screen shot 2016-06-13 at 15 33 48

TheJapaneseCowboy avatar Jun 13 '16 14:06 TheJapaneseCowboy

this is still an issue

osiloke avatar Aug 25 '16 14:08 osiloke