react-native-gallery
react-native-gallery copied to clipboard
A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.
How to stop moving the image when there is only one image also to another direction for example, I don't want the image to move to the top or to...
How to show Indicator? i found ViewPager can show indicator, but why gallery not?
It should not scroll on vertical when scroll horizontal.
"react-native": "^0.31.0", when can support the laste react-native version.
### Enviroment iOS RN 0.32 ### Code ``` javascript /** * Zai Qiu Chang App * https://www.zaiqiuchang.com/ */ import React, {Component} from 'react'; import {StyleSheet, View, Text, Dimensions} from 'react-native';...
Gallery will blink when Animated by width and height. Here is the codeline: **index.ios.js:** ``` ``` **Lightbox.js** ``` let openStyle = this.props.origin && [styles.open, { left: animator.interpolate({inputRange: [0, 1], outputRange:...
update for TransformableImage.