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:
Download Details:
Author: berkelmas
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/berkelmas/rn-instagram-image
License: MIT