rn-instagram-image

React Native Gesture Handler powered, zoomable image component just like Instagram has. The library uses react-native-gesture-handler to handle animations at the native level to prevent bloating JS thread.

Usage no npm install needed!

<script type="module">
  import rnInstagramImage from 'https://cdn.skypack.dev/rn-instagram-image';
</script>

README

React Native Instragram Image (Zoomable Image)

Introduction

React Native Gesture Handler powered, zoomable image component just like Instagram has. The library uses react-native-gesture-handler to handle animations at the native level to prevent bloating JS thread.

Code Samples

  import {SingleImage} from "rn-instagram-image";

  const MyComp = () => (
    <SingleImage imageSource={{uri: "example-image-url"}}>
  )

Example Usage

alt text