Skip to content

Commit fe07573

Browse files
skv-headlessfacebook-github-bot
authored andcommitted
update image on gratuitous example
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 facebook#12328 Differential Revision: D4550913 fbshipit-source-id: 7a75e80f207394cafbe94402685753e9228442c3
1 parent 4ea355a commit fe07573

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Examples/UIExplorer/js/AnimatedGratuitousApp/AnExTilt.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class AnExTilt extends React.Component {
123123
},
124124
],
125125
}}
126-
source={NATURE_IMAGE}
126+
source={require('./trees.jpg')}
127127
/>
128128
</Animated.View>
129129
);
@@ -142,6 +142,4 @@ var styles = StyleSheet.create({
142142
},
143143
});
144144

145-
var NATURE_IMAGE = {uri: 'http://www.deshow.net/d/file/travel/2009-04/scenic-beauty-of-nature-photography-2-504-4.jpg'};
146-
147145
module.exports = AnExTilt;
256 KB
Loading

0 commit comments

Comments
 (0)