RN bindings for https://github.com/Piasy/BigImageViewer Android only!
npm install react-native-big-image-viewer
import { RNBigImageViewer } from "react-native-big-image-viewer";
// ...
<RNBigImageViewer
url={`https://photojournal.jpl.nasa.gov/jpeg/PIA0${counter}.jpg`}
style={{ backgroundColor: 'black' }}
/>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT