Skip to content

Instantly share code, notes, and snippets.

@binhqd
Created March 27, 2018 04:28
Show Gist options
  • Save binhqd/6c3f29914c6cdc544785fd01d7b6c039 to your computer and use it in GitHub Desktop.
Save binhqd/6c3f29914c6cdc544785fd01d7b6c039 to your computer and use it in GitHub Desktop.
React Native image fit to container
<Image style={styles.bgContainer} resizeMode='cover' source={require('./img/bg.png')} />
const styles = StyleSheet.create({ bgContainer: { flex:1, width: null, height: null } });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment