Home
last modified time | relevance | path

Searched refs:RNCConnectionTypeNone (Results 1 – 2 of 2) sorted by relevance

/expo/ios/vendored/unversioned/@react-native-community/netinfo/ios/
H A DRNCConnectionState.h16 static NSString *const RNCConnectionTypeNone = @"none"; variable
H A DRNCConnectionState.m42 _type = RNCConnectionTypeNone;
114 …return ![self.type isEqualToString:RNCConnectionTypeNone] && ![self.type isEqualToString:RNCConnec…