Skip to content

Instantly share code, notes, and snippets.

@androidfanatic
Created March 23, 2020 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save androidfanatic/19e6c92417297bc751a4b668e5aaa2fc to your computer and use it in GitHub Desktop.
Save androidfanatic/19e6c92417297bc751a4b668e5aaa2fc 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