Instagram Inspired Zoomable Image Viewer For React Native

Description:

A zoomable image component for React Native, inspired by Instagram.

The library uses react-native-gesture-handler to handle animations at the native level to prevent bloating JS thread.

How to use it:

1. Import the component.

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

2. Basic usage.

const MyComp = () => (
  <SingleImage imageSource={{uri: "1.jpg"}}>
)

Preview:

Instagram Inspired Zoomable Image Viewer For React Native

Add Comment