Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

Slow rendering of image in react Native

$
0
0

Image is downloaded , but still rendering very slowly, anyone knows what can be happening?

enter image description here

here is my code:

import React from 'react'import { StyleSheet, Image, Text, View } from 'react-native'import Backgroundimage from '../../../assets/images/backgroundImage.jpg'export default function ImageContainer() {return (<View style={styles.ImageContainer}><Image source={Backgroundimage} style={styles.Backgroundimage}/></View>)}const styles = StyleSheet.create({ImageContainer: {display: 'flex',width: '100%',justifyContent: 'center',alignItems: 'center',},Backgroundimage: {height: 450,width: '100%',}})

Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>