Name Date Size #Lines LOC

..26-Sep-2023-

android/H26-Sep-2023-395295

build/H26-Sep-2023-75

expo-network-addons-gradle-plugin/H26-Sep-2023-437329

src/H26-Sep-2023-21

.eslintrc.jsH A D26-Sep-2023103 31

.npmignoreH A D26-Sep-2023183 128

README.mdH A D26-Sep-2023812 2514

babel.config.jsH A D26-Sep-2023104 31

expo-module.config.jsonH A D26-Sep-2023237 1312

package.jsonH A D26-Sep-20231 KiB4342

tsconfig.jsonH A D26-Sep-2023217 109

README.md

1# expo-network-addons
2
3**`expo-network-addons`** is a set of networking addons
4
5## Features
6
7### Brotli Compression on Android
8
9`expo-network-addons` provides automatic Brotli compression for all OkHttp requests made by your app. This can significantly reduce the size of network responses, resulting in faster load times and reduced data usage. The Brotli support is backed by [okhttp-brotli](https://github.com/square/okhttp/blob/master/okhttp-brotli/).
10
11## API documentation
12
13- [Documentation for the main branch][docs-main]
14- [Documentation for the latest stable release][docs-stable]
15
16### Installation
17
18```
19npx expo install expo-network-addons
20```
21
22## Contributing
23
24Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).
25