Home
last modified time | relevance | path

Searched refs:RNCConnectionTypeCellular (Results 1 – 3 of 3) sorted by relevance

/expo/ios/vendored/unversioned/@react-native-community/netinfo/ios/
H A DRNCConnectionState.h18 static NSString *const RNCConnectionTypeCellular = @"cellular"; variable
H A DRNCConnectionState.m46 _type = RNCConnectionTypeCellular;
H A DRNCNetInfo.m127 if ([requestedInterface isEqualToString: RNCConnectionTypeCellular]) {