Description:
A full screen image gallery with captions, selections and grid view support for react-native.
Installation:
# Yarn $ yarn add react-native-photo-browser # NPM $ npm i react-native-photo-browser
Component Props:
mediaList: [],
initialIndex: 0,
square: false,
alwaysShowControls: false,
displayActionButton: false,
displayNavArrows: false,
alwaysDisplayStatusBar: false,
enableGrid: true,
startOnGrid: false,
displaySelectionButtons: false,
useCircleProgress: false,
onSelectionChanged: () => {},
displayTopBar: true,
onPhotoLongPress: () => {},
delayPhotoLongPress: 1000,
gridOffset: 0,
backTitle: 'Back',
backIcon: require('../Assets/angle-left.png'),