Skip to main content

expo-cellular

Version: 55.0.6 Provides information about the user’s cellular service provider, such as carrier name and country.

Installation

Usage

API Reference

Methods

() => Promise<string | null>
Gets the carrier/network operator name
() => Promise<string | null>
Gets the ISO country code
() => Promise<string | null>
Gets the mobile country code (MCC)
() => Promise<string | null>
Gets the mobile network code (MNC)
boolean | null
iOS only: Whether the carrier allows VoIP calls

Constants

Cellular
Enum for cellular generation:
  • Cellular.Cellular.UNKNOWN
  • Cellular.Cellular.CELLULAR_2G
  • Cellular.Cellular.CELLULAR_3G
  • Cellular.Cellular.CELLULAR_4G
  • Cellular.Cellular.CELLULAR_5G

Examples

Display Carrier Info

Platform Support

Resources