react-native-view-overflow
react-native-view-overflow copied to clipboard
Overflow not working.
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"
},
do you have any ss?
do you have any ss?
what is ss @jgcmarins .
I suppose its screenshot :D

Right side of the shape is having overflow: visible.
I suppose its screenshot :D
that's it \o/
You should put in parent directly. Just nest overflowview
Same thing here, it does not work.
it don't work