7.0.5 • Published 3 months ago

expo-network v7.0.5

Weekly downloads
3,027
License
MIT
Repository
github
Last release
3 months ago

See Expo Network docs for documentation of this universal module's API.

API documentation

Installation in managed Expo projects

For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

npx expo install expo-network

Configure for Android

This module requires permissions to access the network and Wi-Fi state. The ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE permissions are added automatically.

<!-- Added permissions -->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

7.0.5

5 months ago

7.0.4

6 months ago

7.0.3

6 months ago

7.0.2

7 months ago

7.0.1

7 months ago

7.0.0

8 months ago

6.0.1

1 year ago

6.0.0

1 year ago

5.8.0

2 years ago

5.7.0

2 years ago

5.6.0

2 years ago

5.5.0

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

5.2.1

2 years ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.0

3 years ago

4.3.0

3 years ago

4.2.0

3 years ago

4.1.0

4 years ago

4.1.1

3 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.2.0

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.0.0

6 years ago

1.0.0-rc.0

6 years ago