Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherAuth.ts17 let redirectSubscription: EmitterSubscription | null = null; variable
33 if (!redirectSubscription) {
39 redirectSubscription.remove();
40 redirectSubscription = null;
74 redirectSubscription = Linking.addEventListener('url', redirectHandler);
79 if (redirectSubscription) {