aleqsio / react-native-big-image-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Java 54.2%Language:Objective-C 18.3%Language:TypeScript 13.9%Language:JavaScript 6.7%Language:Ruby 5.5%Language:Shell 0.7%Language:C 0.5%Language:Swift 0.3%