Update README
This commit is contained in:
parent
15ea06d765
commit
433b6bb9c4
|
@ -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)`
|
### `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
|
Option | Description
|
||||||
------ | -----------
|
------ | -----------
|
||||||
|
|
Loading…
Reference in New Issue