Searched refs:appStateListener (Results 1 – 3 of 3) sorted by relevance
128 const appStateListener = (state) => { function141 const appStateSubscription = AppState.addEventListener('change', appStateListener);
1 …appStateListener = (state: AppStateStatus) => {\n if (state !== 'active') {\n retu…
167 const appStateListener = (state: AppStateStatus) => { constant181 const appStateSubscription = AppState.addEventListener('change', appStateListener);