Update README

This commit is contained in:
Florian Rival 2017-08-17 21:44:58 +02:00
parent 15ea06d765
commit 433b6bb9c4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ A basic, sample app is available in [the `example` folder](https://github.com/ba
### `promise createResizedImage(path, maxWidth, maxHeight, compressFormat, quality, rotation = 0, outputPath)`
The promise resolves with an object containing: path, uri, name and size of the new file. The URI can be used directly as the `source` of an [`<Image>`](https://facebook.github.io/react-native/docs/image.html) component.
The promise resolves with an object containing: `path`, `uri`, `name` and `size` of the new file. The URI can be used directly as the `source` of an [`<Image>`](https://facebook.github.io/react-native/docs/image.html) component.
Option | Description
------ | -----------