0.1.0 • Published 4 years ago

react-native-brotli-compression v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-native-brotli-compression

Getting started

You will most likely combine this module with react-native-fs or something similar.

$ npm install react-native-react-native-brotli-compression --save $ yarn add react-native-react-native-brotli-compression

Mostly automatic installation

$ react-native link react-native-react-native-brotli-compression

Compatibility

This module can currently only be used with Android.

Usage

import BrotliModule from 'react-native-react-native-brotli-compression';

await BrotliModule.decompressFile('file.br',  'output.br');