UNPKG

expo-network-addons

Version:

Expo module that provides extra functionalities for networking

25 lines (14 loc) 812 B
# expo-network-addons **`expo-network-addons`** is a set of networking addons ## Features ### Brotli Compression on Android `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/). ## API documentation - [Documentation for the main branch][docs-main] - [Documentation for the latest stable release][docs-stable] ### Installation ``` npx expo install expo-network-addons ``` ## Contributing Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).