0.1.1 • Published 2 years ago

@aleqsio/react-native-big-image-viewer v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-big-image-viewer

RN bindings for https://github.com/Piasy/BigImageViewer Android only!

Installation

npm install react-native-big-image-viewer

Usage

import { RNBigImageViewer } from "react-native-big-image-viewer";

// ...

<RNBigImageViewer
    url={`https://photojournal.jpl.nasa.gov/jpeg/PIA0${counter}.jpg`}
    style={{ backgroundColor: 'black' }}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT