React Native Photo Browser

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'),

Preview:

React Native Photo Browser

Download Details:

Author: halilb

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/halilb/react-native-photo-browser

License: MIT

Add Comment