Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <View style={{flex: 1, alignItems: 'stretch'}}>
  2. <Image
  3. style={{flex: 1}}
  4. source={{uri: 'https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png'}} />
  5. </View>
  6.  
  7. <View style={{flex: 1, alignItems: 'stretch'}}>
  8. <Image
  9. style={{flex: 1}}
  10. source={require('./googlelogo.png')} />
  11. </View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement