From f5248b06461c18abd251a30171e985541538d0d3 Mon Sep 17 00:00:00 2001 From: Joshua Pinter Date: Sun, 5 Mar 2017 17:18:50 -0700 Subject: [PATCH] Replace first kitten photo with a working one. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The first kitty in the example app didn’t have a picture because the URL for the image wasn’t working. Updated it to a random working one and now we can see 1 more kitty in the lineup. :) --- examples/Basic/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Basic/index.js b/examples/Basic/index.js index 57a427a..0cb0f5b 100644 --- a/examples/Basic/index.js +++ b/examples/Basic/index.js @@ -23,7 +23,7 @@ const window = Dimensions.get('window'); const data = { 0: { - image: 'https://placekitten.com/200/200', + image: 'https://placekitten.com/200/240', text: 'Chloe', }, 1: {