7.0.2 • Published 4 months ago

expo-cellular v7.0.2

Weekly downloads
750
License
MIT
Repository
github
Last release
4 months ago

Information about the user’s cellular service provider, such as its unique identifier, cellular connection type and whether it allows VoIP calls on its network.

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-cellular

Configure for Android

This package requires the android.permission.READ_PHONE_STATE be added to your AndroidManifest.xml, this is used for TelephonyManager on Android. We do not require the more risky READ_PRIVILEGED_PHONE_STATE permission.

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

Contributing

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

7.0.2

6 months ago

7.0.0

8 months ago

7.0.1

8 months ago

6.0.3

12 months ago

6.0.2

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

5.7.1

2 years ago

5.6.0

2 years ago

5.7.0

2 years ago

5.5.0

2 years ago

5.4.1

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

5.2.0

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

5.0.1

3 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.0

4 years ago

3.2.0

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