-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
My view component:
<View style={cardImageContainer}>
<Image source={source["uri"]} style={cardImage} />
</View>
Used with overflow :
<ViewOverflow>
<View style={cardImageContainer}>
<Image source={source["uri"]} style={cardImage} />
</View>
</ViewOverflow>
But the above doesnt seem to work.
Styles:
cardImageContainer: {
height: 131,
width: 85,
overflow: "hidden",
marginTop: 20,
marginBottom: 21
// borderColor: "green",
// borderWidth: 0.5
},
cardImage: {
height: 131,
width: 85,
opacity: 0.5,
position: "absolute",
right: 31,
overflow: "visible"
},
Metadata
Metadata
Assignees
Labels
No labels