Skip to content

Instantly share code, notes, and snippets.

@darylrowland
Created January 11, 2016 12:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darylrowland/3191b7306ca94d20a86a to your computer and use it in GitHub Desktop.
Save darylrowland/3191b7306ca94d20a86a to your computer and use it in GitHub Desktop.
Medium article on ListViews in ReactNative
var food = [
{name: “Lettuce”, category: “Vegetable”},
{name: “Apple”, category: "Fruit"},
{name: "Orange", category: "Fruit"},
{name: "Potato", category: "Vegetable"}
];
@helmutgranda
Copy link

FYI: Lettuce, Vegetable, and Apple have opening double quotes vs straight double quotes.

http://practicaltypography.com/straight-and-curly-quotes.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment