Home
last modified time | relevance | path

Searched defs:appStateSubscription (Results 1 – 4 of 4) sorted by relevance

/expo/apps/native-component-list/src/utilities/
H A DuseAppState.ts10 const appStateSubscription = AppState.addEventListener('change', setState); constant
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherAuth.ts16 let appStateSubscription: NativeEventSubscription | null = null; variable
/expo/packages/expo-web-browser/src/
H A DExpoWebBrowser.web.ts30 const { listener, appStateSubscription, interval } = listenerMap.get(popupWindow); constant
181 const appStateSubscription = AppState.addEventListener('change', appStateListener); constant
/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.js141 const appStateSubscription = AppState.addEventListener('change', appStateListener); constant