# react-native-video-upload

Compress and upload videos in bacckground

## Installation

```sh
npm install react-native-video-upload
```

## Usage

```js
import VideoUpload from "react-native-video-upload";

// ...

const result = await VideoUpload.compress(fileUrl);
```
see `example` for more detailed usage

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
