Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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