Skip to content

how to set circle image before click and full when open? #102

@kriptonhaz

Description

@kriptonhaz

I'm trying just like another popular apps, the image thumbnail is circle and full when on click, how can I achieve this with react-native-lightbox?

this is my code snippet for now

<View style={{flex: 1}}>
	<Lightbox>
		<Image 
			resizeMode="contain"
			style={styles.image}
			source={{uri:uris}}
		/>
	</Lightbox>
</View>

I tried to applied borderRadius on style image, but it's not good enough.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions