(44)
height: 100,
flex: 1
}
});
const DisplayAnImageWithStyle = () => {
return ( <View style={styles.container}>
<ImageresizeMode={"contain"}
style={styles.logo}
source={require('./logo.png')}
</View>
2:41
export default DisplayAnImageWithStyle:
A. 2)
B. 3)
C. 1)
1)
2)
3)