Skip to content

React Native component that builds a grid of photos with a Dynamic Photo Size

License

Notifications You must be signed in to change notification settings

sivarajng/react-native-photo-grid-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-photo-grid-frame

React Native component that builds a grid of photos with a Dynamic Photo Size and Popup the Photo on click.

Install

npm install react-native-photo-grid-frame --save

Screenshots

alt text alt text alt text alt text

Usage

/**
 * Sample React Native App
 * https://github.com/facebook/react-native
 * @flow
 */
import React, { Component } from 'react';
import {
  AppRegistry,
  ScrollView
} from 'react-native';
import { PhotoGrid } from 'react-native-photo-grid-frame';
import Photos from './Photos';


export default class photoGrid extends Component {
  render() {
    return (
      <ScrollView>
        <PhotoGrid PhotosList={Photos} borderRadius={10}/>
      </ScrollView>
    );
  }
}

AppRegistry.registerComponent('photoGrid', () => photoGrid);

About

React Native component that builds a grid of photos with a Dynamic Photo Size

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •