Skip to content

Commit

Permalink
update image on gratuitous example
Browse files Browse the repository at this point in the history
Summary:
Update image since previous one was deleted

*Test plan (required)**

UIExplorer

<img width="305" alt="screen shot 2017-02-10 at 13 23 11" src="https://cloud.githubusercontent.com/assets/1488195/22821355/1d98dc06-ef94-11e6-8f6b-8e3ea2c328ae.png">
Closes #12328

Differential Revision: D4550913

fbshipit-source-id: 7a75e80f207394cafbe94402685753e9228442c3
  • Loading branch information
skv-headless authored and facebook-github-bot committed Feb 13, 2017
1 parent 4ea355a commit fe07573
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Examples/UIExplorer/js/AnimatedGratuitousApp/AnExTilt.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class AnExTilt extends React.Component {
},
],
}}
source={NATURE_IMAGE}
source={require('./trees.jpg')}
/>
</Animated.View>
);
Expand All @@ -142,6 +142,4 @@ var styles = StyleSheet.create({
},
});

var NATURE_IMAGE = {uri: 'http://www.deshow.net/d/file/travel/2009-04/scenic-beauty-of-nature-photography-2-504-4.jpg'};

module.exports = AnExTilt;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe07573

Please sign in to comment.