Skip to content

Commit

Permalink
docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpusic committed Aug 25, 2016
1 parent 4757b30 commit 32c31ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# react-native-image-crop-picker
iOS/Android image picker with support for multiple images and cropping
iOS/Android image picker with support for camera, multiple images and cropping

## Result

#### iOS
<img width=200 title="iOS Single Pick" src="https://github.com/ivpusic/react-native-image-crop-picker/blob/master/images/ios_single_pick.png">
<img width=200 title="iOS Crop" src="https://github.com/ivpusic/react-native-image-crop-picker/blob/master/images/ios_crop.png">
<img width=200 title="iOS Multiple Pick" src="https://github.com/ivpusic/react-native-image-crop-picker/blob/master/images/ios_multiple_pick.png">

#### Android
<img width=200 title="iOS Single Pick" src="https://github.com/ivpusic/react-native-image-crop-picker/blob/master/images/android_single_pick.png">
<img width=200 title="iOS Crop" src="https://github.com/ivpusic/react-native-image-crop-picker/blob/master/images/android_crop.png">
<img width=200 title="iOS Multiple Pick" src="https://github.com/ivpusic/react-native-image-crop-picker/blob/master/images/android_multiple.png">

## Usage

Import library
Expand Down Expand Up @@ -78,7 +72,7 @@ ImagePicker.openCamera({
## Install

```
npm install react-native-image-crop-picker --save
npm i react-native-image-crop-picker --save
react-native link react-native-image-crop-picker
```

Expand Down
Binary file removed images/android_crop.png
Binary file not shown.
Binary file removed images/android_multiple.png
Binary file not shown.
Binary file removed images/android_single_pick.png
Binary file not shown.

0 comments on commit 32c31ca

Please sign in to comment.