react-native-image-viewer
react-native-image-viewer copied to clipboard
🚀 tiny & fast lib for react native image viewer pan and zoom
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits b31e67f link broken 6ad6035 Fix prototype pollution See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
It would really cool if someone could swipe up to close function and these parameters: - onSwipeUp - enableSwipeUp - swipeUpThreshold Also as other member mentioned, a good practice on...
const imgFunctionArray3 = [ {url: '',props:{source:require('../images/photo_placeholder.png')}}, {url: '',props: { source: { uri: 'content://media/external/images/media/45204'} } }, {url:'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1537850155794&di=4efaecca3f367346ff49c42f8f89d9f2&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201206%2F26%2F20120626190359_MjB3s.thumb.700_0.jpeg'} ]
If I try to open any image, no matter how long I wait nothing renders except blank screen. But if i close the image and open then image renders. This...
At the first time I launch my app, this component has seconds rendering empty view after loading hide and before image really loaded, especially when the image is large. This...
Hi, I'm testing my app on an Android device, and the functionality of saving the image to the phone's album is not working (after long-pressing the image). Is anyone else...
fork之后的库yarn失败,无法访问到https://registry.npm.alibaba-inc.com/这个域名
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
import React from 'react'; import { View, TouchableOpacity, StyleSheet,Text,Image,FlatList,Modal } from 'react-native'; // import RefreshListView, { RefreshState } from 'react-native-refresh-list-view'; // import { Toast } from 'teaset'; // import http...