We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c3a24 commit 20e3dabCopy full SHA for 20e3dab
src/lightbox/Lightbox.js
@@ -76,6 +76,8 @@ export default function Lightbox(props: Props) {
76
// https://github.com/alwx/react-native-photo-view/issues/98
77
// TODO: Figure out how to make it work.
78
resizeMode="contain"
79
+ showsHorizontalScrollIndicator={false}
80
+ showsVerticalScrollIndicator={false}
81
onTap={handleImagePress}
82
onViewTap={handleImagePress}
83
/>
0 commit comments