https://github.com/bamlab/react-native-photo-guideline-grid
A simple component to display a guideline grid according to Rule of thirds
https://github.com/bamlab/react-native-photo-guideline-grid
Last synced: about 1 year ago
JSON representation
A simple component to display a guideline grid according to Rule of thirds
- Host: GitHub
- URL: https://github.com/bamlab/react-native-photo-guideline-grid
- Owner: bamlab
- License: mit
- Created: 2016-07-26T12:19:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T15:19:11.000Z (almost 10 years ago)
- Last Synced: 2025-06-13T02:03:22.808Z (about 1 year ago)
- Language: JavaScript
- Size: 666 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-photo-guideline-grid
A simple component to display a guideline grid according to Rule of thirds.

## Usage
```shell
npm install react-native-photo-guideline-grid --save
```
then use it in a component:
```js
import PhotoGuidelineGrid from 'react-native-photo-guideline-grid';
class MyView extends Component {
//...
render() {
return (
// ...
);
}
```