| /expo/apps/native-component-list/src/utilities/ |
| H A D | useAppState.ts | 2 import { AppState, AppStateStatus } from 'react-native'; 5 initialState: AppStateStatus | null = AppState.currentState 10 const appStateSubscription = AppState.addEventListener('change', setState);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/AppState/ |
| H A D | AppState.d.ts | 57 export const AppState: AppStateStatic; constant 58 export type AppState = AppStateStatic; alias
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/AppState/ |
| H A D | AppState.d.ts | 57 export const AppState: AppStateStatic; constant 58 export type AppState = AppStateStatic; alias
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherAuth.ts | 3 AppState, 19 let isAppStateAvailable: boolean = AppState.currentState !== null; 46 appStateSubscription = AppState.addEventListener('change', onAppStateChangeAndroid);
|
| /expo/packages/expo-web-browser/build/ |
| H A D | WebBrowser.js | 2 import { AppState, Linking, Platform, processColor, } from 'react-native'; 299 let _isAppStateAvailable = AppState.currentState !== null; 313 const stateChangeSubscription = AppState.addEventListener('change', _onAppStateChangeAndroid);
|
| H A D | ExpoWebBrowser.web.js | 3 import { AppState, Dimensions } from 'react-native'; 141 const appStateSubscription = AppState.addEventListener('change', appStateListener);
|
| H A D | WebBrowser.js.map | 1 …AppState,\n AppStateStatus,\n Linking,\n Platform,\n EmitterSubscription,\n processColor,\n} …
|
| /expo/packages/expo-web-browser/src/ |
| H A D | WebBrowser.ts | 3 AppState, 368 let _isAppStateAvailable: boolean = AppState.currentState !== null; 387 const stateChangeSubscription = AppState.addEventListener('change', _onAppStateChangeAndroid);
|
| H A D | ExpoWebBrowser.web.ts | 3 import { AppState, Dimensions, AppStateStatus, NativeEventSubscription } from 'react-native'; 181 const appStateSubscription = AppState.addEventListener('change', appStateListener);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0CoreModulesPlugins.mm | 35 {"AppState", ABI49_0_0RCTAppStateCls},
|
| H A D | BUCK | 87 name = "AppState",
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0CoreModulesPlugins.mm | 35 {"AppState", ABI48_0_0RCTAppStateCls},
|
| H A D | BUCK | 91 name = "AppState",
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0CoreModulesPlugins.mm | 36 {"AppState", ABI47_0_0RCTAppStateCls},
|
| H A D | BUCK | 93 name = "AppState",
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | localization.mdx | 35 …etCalendars()` methods every time the app returns to the foreground. Use `AppState` to detect this.
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | localization.mdx | 35 …etCalendars()` methods every time the app returns to the foreground. Use `AppState` to detect this.
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | localization.mdx | 35 …etCalendars()` methods every time the app returns to the foreground. Use `AppState` to detect this.
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | localization.mdx | 35 …etCalendars()` methods every time the app returns to the foreground. Use `AppState` to detect this.
|
| /expo/ios/Exponent/Kernel/Core/ |
| H A D | EXKernel.m | 251 …eModule = [self nativeModuleForAppManager:appRecordPreviouslyVisible.appManager named:@"AppState"]; 259 …Protocol> appStateModule = [self nativeModuleForAppManager:appRecord.appManager named:@"AppState"]; 311 …EXAppStateProtocol> appStateModule = [self nativeModuleForAppManager:appManager named:@"AppState"];
|
| /expo/home/screens/DiagnosticsScreen/ |
| H A D | GeofencingDiagnosticsScreen.tsx | 7 AppState, 63 this.appStateSubscription = AppState.addEventListener('change', this.handleAppStateChange);
|
| H A D | LocationDiagnosticsScreen.tsx | 9 AppState, 82 this.appStateSubscription = AppState.addEventListener('change', this.handleAppStateChange);
|
| /expo/home/screens/HomeScreen/ |
| H A D | HomeScreenView.tsx | 8 AppState, 77 AppState.addEventListener('change', this._maybeResumePollingFromAppState);
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | localization.mdx | 114 …e correct, on Android you should check if the locale has updated using `AppState` and `Localizatio…
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 8 import { Alert, AppState } from 'react-native'; 1572 subscription = AppState.addEventListener('change', handleStateChange);
|