You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your work. I'm really interesting in your plugin but unfortunately it's not working as expected.
I have the following structure : <TouchableOpacity> <ImageLoad source={imageSrc} > <Image source={require('../../../assets/img/cardgradient.png')} style={Styles.gradientImage} > <View style={Styles.ShowCard.titleContainer}> <View style={Styles.ShowCard.titleLayout}> <Text style={Styles.ShowCard.title}>{title}</Text> <Text style={Styles.ShowCard.genres}>{genres}</Text> </View> </View> </Image> </ImageLoad> </TouchableOpacity>
The main idea is to have a Touchable component with a picture inside, a gradient on top of it and some texts.
But when your ImageLoad component renders, it renders on top of my other components.
Any idea why?
The text was updated successfully, but these errors were encountered:
Hi, thank you for your work. I'm really interesting in your plugin but unfortunately it's not working as expected.
I have the following structure :
<TouchableOpacity> <ImageLoad source={imageSrc} > <Image source={require('../../../assets/img/cardgradient.png')} style={Styles.gradientImage} > <View style={Styles.ShowCard.titleContainer}> <View style={Styles.ShowCard.titleLayout}> <Text style={Styles.ShowCard.title}>{title}</Text> <Text style={Styles.ShowCard.genres}>{genres}</Text> </View> </View> </Image> </ImageLoad> </TouchableOpacity>
The main idea is to have a Touchable component with a picture inside, a gradient on top of it and some texts.
But when your ImageLoad component renders, it renders on top of my other components.
Any idea why?
The text was updated successfully, but these errors were encountered: