# 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

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

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

## Example Usage

![alt text](https://github.com/berkelmas/rn-instagram-image/raw/master/rn-image-gif.gif)
