Skip to content

Commit bdf3eba

Browse files
joshuapintergitim
authored andcommitted
Replace first kitten photo with a working one. (#16)
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. :)
1 parent b931565 commit bdf3eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basic/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const window = Dimensions.get('window');
2323

2424
const data = {
2525
0: {
26-
image: 'https://placekitten.com/200/200',
26+
image: 'https://placekitten.com/200/240',
2727
text: 'Chloe',
2828
},
2929
1: {

0 commit comments

Comments
 (0)