An open API service indexing awesome lists of open source software.

https://github.com/tableflip/react-native-uploadcare-image

Uploadcare image wrapper for react native
https://github.com/tableflip/react-native-uploadcare-image

Last synced: 11 months ago
JSON representation

Uploadcare image wrapper for react native

Awesome Lists containing this project

README

          

# react-native-uploadcare-image

## Example

```js
import UploadcareImage from 'react-native-uploadcare-image'
import defaultImage from './default-image.jpg'

export default function Avatar () {
const url = 'http://www.ucarecdn.com/cca76eb6-1d25-4fee-a7a9-9516cc161b73/'
return (

)
// url is transformed into:
// http://www.ucarecdn.com/cca76eb6-1d25-4fee-a7a9-9516cc161b73/-/scale_crop/64x64/center/-/quality/lighter/
// ...but `resizeImage` prop can be passed to customise:
// `resizeImage={(url, width, height) => { return /* ... */ }}`
}
```

## Contribute

Feel free to dive in! [Open an issue](https://github.com/tableflip/react-native-uploadcare-image/issues/new) or submit PRs.

## License

[MIT](LICENSE) © TABLEFLIP