Skip to content

Commit

Permalink
Add screenshot to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongrider committed Oct 23, 2020
1 parent e7bdd94 commit 3294428
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
React Native Camera Kit
🎈 React Native Camera Kit
</h1>

<p align="center">
Expand All @@ -15,16 +15,26 @@
<img src="https://badge.fury.io/js/react-native-camera-kit.svg" alt="Current npm package version." />
</a>
</p>

## Features
- Cross Platform (iOS and Android)
- Optimized for performance and high photo capture rate
- QR / Barcode scanning support
- Camera preview support in iOS simulator
<table>
<tr>
<td>
<img src="images/screenshot.jpg"/>
</td>
<td>
<ul>
<li><h3>Cross Platform (iOS and Android)</h3></li>
<li><h3>Optimized for performance and high photo capture rate</h3></li>
<li><h3>QR / Barcode scanning support</h3></li>
<li><h3>Camera preview support in iOS simulator</h3></li>
</ul>
</td>
</tr>
</table>

## Installation

### Mostly automatic install with autolinking (RN > 0.60)

```bash
npm install react-native-camera-kit --save
```
Expand All @@ -34,6 +44,7 @@ cd ios && pod install && cd ..
```

### Mostly automatic install with react-native link (RN < 0.60)

```bash
npm install react-native-camera --save
```
Expand All @@ -42,7 +53,6 @@ npm install react-native-camera --save
react-native link react-native-camera
```


#### Install using npm or yarn:

```bash
Expand Down Expand Up @@ -267,6 +277,7 @@ import { CameraKitCameraScreen } from "react-native-camera-kit";
```

## Contributing

- Pull Requests are welcome, if you open a pull request we will do our best to get to it in a timely manner
- Pull Request Reviews are even more welcome! we need help testing, reviewing, and updating open PRs
- If you are interested in contributing more actively, please contact us.
Expand Down
Binary file added images/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3294428

Please sign in to comment.