1.1.1 • Published 7 years ago
rn-lightbox v1.1.1
rn-lightbox
Install
npm install rn-lightbox
Usage
const LightboxView ({ navigator }) => (
<Lightbox navigator={navigator}>
<Image
style={{ height: 300 }}
source={{ uri: 'http://knittingisawesome.com/wp-content/uploads/2012/12/cat-wearing-a-reindeer-hat1.jpg' }}
/>
</Lightbox>
);