Home
last modified time | relevance | path

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

/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.js128 const appStateListener = (state) => { function
141 const appStateSubscription = AppState.addEventListener('change', appStateListener);
H A DExpoWebBrowser.web.js.map1appStateListener = (state: AppStateStatus) => {\n if (state !== 'active') {\n retu…
/expo/packages/expo-web-browser/src/
H A DExpoWebBrowser.web.ts167 const appStateListener = (state: AppStateStatus) => { constant
181 const appStateSubscription = AppState.addEventListener('change', appStateListener);