Skip to content

Overflow not working.  #48

@jacoblukose

Description

@jacoblukose

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions