Skip to content

Instantly share code, notes, and snippets.

@androidfanatic
Created March 23, 2020 07:11
Show Gist options
  • Save androidfanatic/5d514bf33d3546943a32b87d54ed3612 to your computer and use it in GitHub Desktop.
Save androidfanatic/5d514bf33d3546943a32b87d54ed3612 to your computer and use it in GitHub Desktop.
render() {
return (
<ListView
items={items}
render={({ item }) => (<div>{item.label}</div>)}
/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment