Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 26, 2020 11:51
Show Gist options
  • Save velotiotech/1ca1eea9d2cc3f26243dc8ef4ca8c737 to your computer and use it in GitHub Desktop.
Save velotiotech/1ca1eea9d2cc3f26243dc8ef4ca8c737 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