skip to Main Content

image is not loading in react native expo

please consider this code export default function App({navigation}) { const {height, width} = Dimensions.get('window'); const entry = ({navigation}) return ( <View> <Image href={require('./assets/bg_login.jpg')} style = {[styles.image]} /> </View> ); } css: image: { width: 100, height: 100 }, I am…

VIEW QUESTION
Back To Top
Search