diff --git a/example/src/ButtonExample.js b/example/src/ButtonExample.js index 5744043714..2e7e3aa019 100644 --- a/example/src/ButtonExample.js +++ b/example/src/ButtonExample.js @@ -21,7 +21,10 @@ class ButtonExample extends React.Component { }; render() { - const uri = { uri: 'https://facebook.github.io/react/img/logo_og.png' }; + const uri = { + // Callstack company avatar from github. + uri: 'https://avatars0.githubusercontent.com/u/17571969?v=3&s=400', + }; const source = require('../assets/chameleon.jpg'); const { theme: { colors: { background } } } = this.props; return (