export default class Video extends Component { render() { return (
<ScrollView style={styles.container}>
<ImageBackground source={require('../asset/Video-Img.jpg')}
style={styles.bgImg}>
<MaterialIcon name="play-circle-outline" size={55} color={'#fff'} />
</ImageBackground>
This is how i execute my code instead of Container View. Any problem will happen with this?