react-native-photo-guideline-grid

0.0.2 • Public • Published

react-native-photo-guideline-grid

A simple component to display a guideline grid according to Rule of thirds.

Screenshot of the guideline grid

Usage

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

then use it in a component:

import PhotoGuidelineGrid from 'react-native-photo-guideline-grid';
 
class MyView extends Component {
  //...
 
  render() {
    return (
      // ...
      <View style={{flex: 1}}>
        <Image {...} />
        <PhotoGuidelineGrid />
      </View>
    );
  }

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-photo-guideline-grid

      Weekly Downloads

      1

      Version

      0.0.2

      License

      MIT

      Last publish

      Collaborators

      • 4ian
      • tychota