Created
March 27, 2018 04:28
-
-
Save binhqd/6c3f29914c6cdc544785fd01d7b6c039 to your computer and use it in GitHub Desktop.
React Native image fit to container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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