I want to display image from the db.if there is no data then dispaly default image
data.length==0?
source={defaultimage} style={styles.image} resizeMode="center" /> : ); issue is the data lenth was 0.but did not display the default image
Vinitha TPosted Jan 21, 2022, 3:45 PM
By using if-else condition,
Sachin SinghPosted Jan 11, 2022, 12:53 PM