I'm trying to paste a link in a text box (TextInput) in React Native and it isn't displaying the image from the link. I'm not sure where my mistake is . Please may someone help me out i'd really appreciate it . Thank you in advance!!!!!!!!!
Here's the code
const tryImage = "https://images.app.goo.gl/heFUyytHySGiSMeY8"
<View style={styles.info}>
<Image source={one} style={styles.progress}/>
<Text style={styles.title}>Add Photo</Text>
<Image source={{uri: tryImage}} style={styles.icon}/>
</View>
icon:{
width: 180,
height: 180,
marginTop: 50,
},