react-native-scrollable-list
react-native-scrollable-list copied to clipboard
Handle null data
When initial data is null I get an error
example
const celebrities = null;
<ScrollableList data={celebrities} renderRow={(data) => <Celebrity {...data} />} />
this is still an issue