Home
last modified time | relevance | path

Searched refs:AppState (Results 1 – 25 of 32) sorted by relevance

12

/expo/apps/native-component-list/src/utilities/
H A DuseAppState.ts2 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 DAppState.d.ts57 export const AppState: AppStateStatic; constant
58 export type AppState = AppStateStatic; alias
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/AppState/
H A DAppState.d.ts57 export const AppState: AppStateStatic; constant
58 export type AppState = AppStateStatic; alias
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherAuth.ts3 AppState,
19 let isAppStateAvailable: boolean = AppState.currentState !== null;
46 appStateSubscription = AppState.addEventListener('change', onAppStateChangeAndroid);
/expo/packages/expo-web-browser/build/
H A DWebBrowser.js2 import { AppState, Linking, Platform, processColor, } from 'react-native';
299 let _isAppStateAvailable = AppState.currentState !== null;
313 const stateChangeSubscription = AppState.addEventListener('change', _onAppStateChangeAndroid);
H A DExpoWebBrowser.web.js3 import { AppState, Dimensions } from 'react-native';
141 const appStateSubscription = AppState.addEventListener('change', appStateListener);
H A DWebBrowser.js.map1AppState,\n AppStateStatus,\n Linking,\n Platform,\n EmitterSubscription,\n processColor,\n} …
/expo/packages/expo-web-browser/src/
H A DWebBrowser.ts3 AppState,
368 let _isAppStateAvailable: boolean = AppState.currentState !== null;
387 const stateChangeSubscription = AppState.addEventListener('change', _onAppStateChangeAndroid);
H A DExpoWebBrowser.web.ts3 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 DABI49_0_0CoreModulesPlugins.mm35 {"AppState", ABI49_0_0RCTAppStateCls},
H A DBUCK87 name = "AppState",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0CoreModulesPlugins.mm35 {"AppState", ABI48_0_0RCTAppStateCls},
H A DBUCK91 name = "AppState",
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0CoreModulesPlugins.mm36 {"AppState", ABI47_0_0RCTAppStateCls},
H A DBUCK93 name = "AppState",
/expo/docs/pages/versions/unversioned/sdk/
H A Dlocalization.mdx35 …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 Dlocalization.mdx35 …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 Dlocalization.mdx35 …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 Dlocalization.mdx35 …etCalendars()` methods every time the app returns to the foreground. Use `AppState` to detect this.
/expo/ios/Exponent/Kernel/Core/
H A DEXKernel.m251 …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 DGeofencingDiagnosticsScreen.tsx7 AppState,
63 this.appStateSubscription = AppState.addEventListener('change', this.handleAppStateChange);
H A DLocationDiagnosticsScreen.tsx9 AppState,
82 this.appStateSubscription = AppState.addEventListener('change', this.handleAppStateChange);
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx8 AppState,
77 AppState.addEventListener('change', this._maybeResumePollingFromAppState);
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocalization.mdx114 …e correct, on Android you should check if the locale has updated using `AppState` and `Localizatio…
/expo/apps/test-suite/tests/
H A DNotifications.js8 import { Alert, AppState } from 'react-native';
1572 subscription = AppState.addEventListener('change', handleStateChange);

12