Instagram zoomable image component developed utilizing native animations
React Native Instragram Image (Zoomable 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.
Code Samples
import {SingleImage} from "rn-instagram-image";
const MyComp = () => (
<SingleImage imageSource={{uri: "example-image-url"}}>
)