AD2012

Results 13 comments of AD2012

> To those who are facing this issue try upgrading the gradle distribution url to 8.7对于那些面临此问题的人,请尝试将 gradle 分发 url 升级到 8.7 `distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip` I upgraded url to 8.7. Unfortunally still get...

I think you can give FlatList or ScrollView scrollEnabled={false}, and give the listRef as props to ImageViewer. And then, you can scroll List by scrollTo (from reanimated) with gesture handler....

> a demo code with pan and tap scale ``` import React, { FC, useEffect, useRef } from 'react'; import { Dimensions, Image, StyleSheet, ImageURISource, Text, ScrollView, FlatList } from...