@react-navigation/native 6.0.3 → 6.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/lib/commonjs/Link.js +6 -5
  2. package/lib/commonjs/Link.js.map +1 -1
  3. package/lib/commonjs/NavigationContainer.js +9 -8
  4. package/lib/commonjs/NavigationContainer.js.map +1 -1
  5. package/lib/commonjs/ServerContainer.js +5 -4
  6. package/lib/commonjs/ServerContainer.js.map +1 -1
  7. package/lib/commonjs/ServerContext.js.map +1 -1
  8. package/lib/commonjs/index.js +16 -16
  9. package/lib/commonjs/theming/ThemeProvider.js +5 -4
  10. package/lib/commonjs/theming/ThemeProvider.js.map +1 -1
  11. package/lib/commonjs/useDocumentTitle.js +9 -8
  12. package/lib/commonjs/useDocumentTitle.js.map +1 -1
  13. package/lib/commonjs/useLinkProps.js +32 -8
  14. package/lib/commonjs/useLinkProps.js.map +1 -1
  15. package/lib/commonjs/useLinking.js +60 -40
  16. package/lib/commonjs/useLinking.js.map +1 -1
  17. package/lib/commonjs/useLinking.native.js +34 -29
  18. package/lib/commonjs/useLinking.native.js.map +1 -1
  19. package/lib/module/Link.js +6 -5
  20. package/lib/module/Link.js.map +1 -1
  21. package/lib/module/NavigationContainer.js +9 -8
  22. package/lib/module/NavigationContainer.js.map +1 -1
  23. package/lib/module/ServerContainer.js +5 -4
  24. package/lib/module/ServerContainer.js.map +1 -1
  25. package/lib/module/ServerContext.js.map +1 -1
  26. package/lib/module/theming/ThemeProvider.js +5 -4
  27. package/lib/module/theming/ThemeProvider.js.map +1 -1
  28. package/lib/module/useDocumentTitle.js +8 -7
  29. package/lib/module/useDocumentTitle.js.map +1 -1
  30. package/lib/module/useLinkProps.js +32 -8
  31. package/lib/module/useLinkProps.js.map +1 -1
  32. package/lib/module/useLinking.js +57 -38
  33. package/lib/module/useLinking.js.map +1 -1
  34. package/lib/module/useLinking.native.js +33 -28
  35. package/lib/module/useLinking.native.js.map +1 -1
  36. package/package.json +7 -6
  37. package/src/ServerContext.tsx +3 -2
  38. package/src/useLinkProps.tsx +39 -1
  39. package/src/useLinking.native.tsx +6 -1
  40. package/src/useLinking.tsx +46 -15
@@ -4,18 +4,39 @@ import { Platform } from 'react-native';
4
4
  import LinkingContext from './LinkingContext';
5
5
  import useLinkTo from './useLinkTo';
6
6
 
7
+ const getStateFromParams = params => {
8
+ if (params !== null && params !== void 0 && params.state) {
9
+ return params.state;
10
+ }
11
+
12
+ if (params !== null && params !== void 0 && params.screen) {
13
+ return {
14
+ routes: [{
15
+ name: params.screen,
16
+ params: params.params,
17
+ // @ts-expect-error
18
+ state: params.screen ? getStateFromParams(params.params) : undefined
19
+ }]
20
+ };
21
+ }
22
+
23
+ return undefined;
24
+ };
7
25
  /**
8
26
  * Hook to get props for an anchor tag so it can work with in page navigation.
9
27
  *
10
28
  * @param props.to Absolute path to screen (e.g. `/feeds/hot`).
11
29
  * @param props.action Optional action to use for in-page navigation. By default, the path is parsed to an action based on linking config.
12
30
  */
13
- export default function useLinkProps({
14
- to,
15
- action
16
- }) {
31
+
32
+
33
+ export default function useLinkProps(_ref) {
17
34
  var _options$getPathFromS;
18
35
 
36
+ let {
37
+ to,
38
+ action
39
+ } = _ref;
19
40
  const root = React.useContext(NavigationContainerRefContext);
20
41
  const navigation = React.useContext(NavigationHelpersContext);
21
42
  const {
@@ -38,9 +59,9 @@ export default function useLinkProps({
38
59
  // @ts-expect-error: these properties exist on web, but not in React Native
39
60
  [undefined, null, '', 'self'].includes((_e$currentTarget = e.currentTarget) === null || _e$currentTarget === void 0 ? void 0 : _e$currentTarget.target) // let browser handle "target=_blank" etc.
40
61
  ) {
41
- e.preventDefault();
42
- shouldHandle = true;
43
- }
62
+ e.preventDefault();
63
+ shouldHandle = true;
64
+ }
44
65
 
45
66
  if (shouldHandle) {
46
67
  if (action) {
@@ -61,7 +82,10 @@ export default function useLinkProps({
61
82
  const href = typeof to === 'string' ? to : getPathFromStateHelper({
62
83
  routes: [{
63
84
  name: to.screen,
64
- params: to.params
85
+ // @ts-expect-error
86
+ params: to.params,
87
+ // @ts-expect-error
88
+ state: getStateFromParams(to.params)
65
89
  }]
66
90
  }, options === null || options === void 0 ? void 0 : options.config);
67
91
  return {
@@ -1 +1 @@
1
- {"version":3,"sources":["useLinkProps.tsx"],"names":["getPathFromState","NavigationContainerRefContext","NavigationHelpersContext","React","Platform","LinkingContext","useLinkTo","useLinkProps","to","action","root","useContext","navigation","options","linkTo","onPress","e","shouldHandle","OS","defaultPrevented","metaKey","altKey","ctrlKey","shiftKey","button","undefined","includes","currentTarget","target","preventDefault","dispatch","Error","getPathFromStateHelper","href","routes","name","screen","params","config","accessibilityRole"],"mappings":"AAAA,SACEA,gBADF,EAGEC,6BAHF,EAIEC,wBAJF,QAKO,wBALP;AAMA,OAAO,KAAKC,KAAZ,MAAuB,OAAvB;AACA,SAAgCC,QAAhC,QAAgD,cAAhD;AAEA,OAAOC,cAAP,MAA2B,kBAA3B;AACA,OAAOC,SAAP,MAA8B,aAA9B;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,SAASC,YAAT,CAEb;AAAEC,EAAAA,EAAF;AAAMC,EAAAA;AAAN,CAFa,EAEqB;AAAA;;AAClC,QAAMC,IAAI,GAAGP,KAAK,CAACQ,UAAN,CAAiBV,6BAAjB,CAAb;AACA,QAAMW,UAAU,GAAGT,KAAK,CAACQ,UAAN,CAAiBT,wBAAjB,CAAnB;AACA,QAAM;AAAEW,IAAAA;AAAF,MAAcV,KAAK,CAACQ,UAAN,CAAiBN,cAAjB,CAApB;AACA,QAAMS,MAAM,GAAGR,SAAS,EAAxB;;AAEA,QAAMS,OAAO,GACXC,CADc,IAEX;AAAA;;AACH,QAAIC,YAAY,GAAG,KAAnB;;AAEA,QAAIb,QAAQ,CAACc,EAAT,KAAgB,KAAhB,IAAyB,CAACF,CAA9B,EAAiC;AAC/BC,MAAAA,YAAY,GAAGD,CAAC,GAAG,CAACA,CAAC,CAACG,gBAAN,GAAyB,IAAzC;AACD,KAFD,MAEO,IACL,CAACH,CAAC,CAACG,gBAAH,IAAuB;AACvB;AACA,MAAEH,CAAC,CAACI,OAAF,IAAaJ,CAAC,CAACK,MAAf,IAAyBL,CAAC,CAACM,OAA3B,IAAsCN,CAAC,CAACO,QAA1C,CAFA,MAEuD;AACvD;AACCP,IAAAA,CAAC,CAACQ,MAAF,IAAY,IAAZ,IAAoBR,CAAC,CAACQ,MAAF,KAAa,CAJlC,KAIwC;AACxC;AACA,KAACC,SAAD,EAAY,IAAZ,EAAkB,EAAlB,EAAsB,MAAtB,EAA8BC,QAA9B,qBAAuCV,CAAC,CAACW,aAAzC,qDAAuC,iBAAiBC,MAAxD,CAPK,CAO2D;AAP3D,MAQL;AACAZ,QAAAA,CAAC,CAACa,cAAF;AACAZ,QAAAA,YAAY,GAAG,IAAf;AACD;;AAED,QAAIA,YAAJ,EAAkB;AAChB,UAAIR,MAAJ,EAAY;AACV,YAAIG,UAAJ,EAAgB;AACdA,UAAAA,UAAU,CAACkB,QAAX,CAAoBrB,MAApB;AACD,SAFD,MAEO,IAAIC,IAAJ,EAAU;AACfA,UAAAA,IAAI,CAACoB,QAAL,CAAcrB,MAAd;AACD,SAFM,MAEA;AACL,gBAAM,IAAIsB,KAAJ,CACJ,kFADI,CAAN;AAGD;AACF,OAVD,MAUO;AACLjB,QAAAA,MAAM,CAACN,EAAD,CAAN;AACD;AACF;AACF,GAnCD;;AAqCA,QAAMwB,sBAAsB,4BAAGnB,OAAH,aAAGA,OAAH,uBAAGA,OAAO,CAAEb,gBAAZ,yEAAgCA,gBAA5D;AAEA,QAAMiC,IAAI,GACR,OAAOzB,EAAP,KAAc,QAAd,GACIA,EADJ,GAEIwB,sBAAsB,CACpB;AACEE,IAAAA,MAAM,EAAE,CACN;AAAEC,MAAAA,IAAI,EAAE3B,EAAE,CAAC4B,MAAX;AAAmBC,MAAAA,MAAM,EAAE7B,EAAE,CAAC6B;AAA9B,KADM;AADV,GADoB,EAMpBxB,OANoB,aAMpBA,OANoB,uBAMpBA,OAAO,CAAEyB,MANW,CAH5B;AAYA,SAAO;AACLL,IAAAA,IADK;AAELM,IAAAA,iBAAiB,EAAE,MAFd;AAGLxB,IAAAA;AAHK,GAAP;AAKD","sourcesContent":["import {\n getPathFromState,\n NavigationAction,\n NavigationContainerRefContext,\n NavigationHelpersContext,\n} from '@react-navigation/core';\nimport * as React from 'react';\nimport { GestureResponderEvent, Platform } from 'react-native';\n\nimport LinkingContext from './LinkingContext';\nimport useLinkTo, { To } from './useLinkTo';\n\ntype Props<ParamList extends ReactNavigation.RootParamList> = {\n to: To<ParamList>;\n action?: NavigationAction;\n};\n\n/**\n * Hook to get props for an anchor tag so it can work with in page navigation.\n *\n * @param props.to Absolute path to screen (e.g. `/feeds/hot`).\n * @param props.action Optional action to use for in-page navigation. By default, the path is parsed to an action based on linking config.\n */\nexport default function useLinkProps<\n ParamList extends ReactNavigation.RootParamList\n>({ to, action }: Props<ParamList>) {\n const root = React.useContext(NavigationContainerRefContext);\n const navigation = React.useContext(NavigationHelpersContext);\n const { options } = React.useContext(LinkingContext);\n const linkTo = useLinkTo<ParamList>();\n\n const onPress = (\n e?: React.MouseEvent<HTMLAnchorElement, MouseEvent> | GestureResponderEvent\n ) => {\n let shouldHandle = false;\n\n if (Platform.OS !== 'web' || !e) {\n shouldHandle = e ? !e.defaultPrevented : true;\n } else if (\n !e.defaultPrevented && // onPress prevented default\n // @ts-expect-error: these properties exist on web, but not in React Native\n !(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) && // ignore clicks with modifier keys\n // @ts-expect-error: these properties exist on web, but not in React Native\n (e.button == null || e.button === 0) && // ignore everything but left clicks\n // @ts-expect-error: these properties exist on web, but not in React Native\n [undefined, null, '', 'self'].includes(e.currentTarget?.target) // let browser handle \"target=_blank\" etc.\n ) {\n e.preventDefault();\n shouldHandle = true;\n }\n\n if (shouldHandle) {\n if (action) {\n if (navigation) {\n navigation.dispatch(action);\n } else if (root) {\n root.dispatch(action);\n } else {\n throw new Error(\n \"Couldn't find a navigation object. Is your component inside NavigationContainer?\"\n );\n }\n } else {\n linkTo(to);\n }\n }\n };\n\n const getPathFromStateHelper = options?.getPathFromState ?? getPathFromState;\n\n const href =\n typeof to === 'string'\n ? to\n : getPathFromStateHelper(\n {\n routes: [\n { name: to.screen, params: to.params as unknown as object },\n ],\n },\n options?.config\n );\n\n return {\n href,\n accessibilityRole: 'link' as const,\n onPress,\n };\n}\n"]}
1
+ {"version":3,"sources":["useLinkProps.tsx"],"names":["getPathFromState","NavigationContainerRefContext","NavigationHelpersContext","React","Platform","LinkingContext","useLinkTo","getStateFromParams","params","state","screen","routes","name","undefined","useLinkProps","to","action","root","useContext","navigation","options","linkTo","onPress","e","shouldHandle","OS","defaultPrevented","metaKey","altKey","ctrlKey","shiftKey","button","includes","currentTarget","target","preventDefault","dispatch","Error","getPathFromStateHelper","href","config","accessibilityRole"],"mappings":"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","sourcesContent":["import {\n getPathFromState,\n NavigationAction,\n NavigationContainerRefContext,\n NavigationHelpersContext,\n NavigatorScreenParams,\n ParamListBase,\n} from '@react-navigation/core';\nimport type { NavigationState, PartialState } from '@react-navigation/routers';\nimport * as React from 'react';\nimport { GestureResponderEvent, Platform } from 'react-native';\n\nimport LinkingContext from './LinkingContext';\nimport useLinkTo, { To } from './useLinkTo';\n\ntype Props<ParamList extends ReactNavigation.RootParamList> = {\n to: To<ParamList>;\n action?: NavigationAction;\n};\n\nconst getStateFromParams = (\n params: NavigatorScreenParams<ParamListBase, NavigationState> | undefined\n): PartialState<NavigationState> | NavigationState | undefined => {\n if (params?.state) {\n return params.state;\n }\n\n if (params?.screen) {\n return {\n routes: [\n {\n name: params.screen,\n params: params.params,\n // @ts-expect-error\n state: params.screen\n ? getStateFromParams(\n params.params as\n | NavigatorScreenParams<ParamListBase, NavigationState>\n | undefined\n )\n : undefined,\n },\n ],\n };\n }\n\n return undefined;\n};\n\n/**\n * Hook to get props for an anchor tag so it can work with in page navigation.\n *\n * @param props.to Absolute path to screen (e.g. `/feeds/hot`).\n * @param props.action Optional action to use for in-page navigation. By default, the path is parsed to an action based on linking config.\n */\nexport default function useLinkProps<\n ParamList extends ReactNavigation.RootParamList\n>({ to, action }: Props<ParamList>) {\n const root = React.useContext(NavigationContainerRefContext);\n const navigation = React.useContext(NavigationHelpersContext);\n const { options } = React.useContext(LinkingContext);\n const linkTo = useLinkTo<ParamList>();\n\n const onPress = (\n e?: React.MouseEvent<HTMLAnchorElement, MouseEvent> | GestureResponderEvent\n ) => {\n let shouldHandle = false;\n\n if (Platform.OS !== 'web' || !e) {\n shouldHandle = e ? !e.defaultPrevented : true;\n } else if (\n !e.defaultPrevented && // onPress prevented default\n // @ts-expect-error: these properties exist on web, but not in React Native\n !(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) && // ignore clicks with modifier keys\n // @ts-expect-error: these properties exist on web, but not in React Native\n (e.button == null || e.button === 0) && // ignore everything but left clicks\n // @ts-expect-error: these properties exist on web, but not in React Native\n [undefined, null, '', 'self'].includes(e.currentTarget?.target) // let browser handle \"target=_blank\" etc.\n ) {\n e.preventDefault();\n shouldHandle = true;\n }\n\n if (shouldHandle) {\n if (action) {\n if (navigation) {\n navigation.dispatch(action);\n } else if (root) {\n root.dispatch(action);\n } else {\n throw new Error(\n \"Couldn't find a navigation object. Is your component inside NavigationContainer?\"\n );\n }\n } else {\n linkTo(to);\n }\n }\n };\n\n const getPathFromStateHelper = options?.getPathFromState ?? getPathFromState;\n\n const href =\n typeof to === 'string'\n ? to\n : getPathFromStateHelper(\n {\n routes: [\n {\n name: to.screen,\n // @ts-expect-error\n params: to.params,\n // @ts-expect-error\n state: getStateFromParams(to.params),\n },\n ],\n },\n options?.config\n );\n\n return {\n href,\n accessibilityRole: 'link' as const,\n onPress,\n };\n}\n"]}
@@ -1,4 +1,5 @@
1
1
  import { findFocusedRoute, getActionFromState as getActionFromStateDefault, getPathFromState as getPathFromStateDefault, getStateFromPath as getStateFromPathDefault } from '@react-navigation/core';
2
+ import isEqual from 'fast-deep-equal';
2
3
  import { nanoid } from 'nanoid/non-secure';
3
4
  import * as React from 'react';
4
5
  import ServerContext from './ServerContext';
@@ -41,9 +42,11 @@ const createMemoryHistory = () => {
41
42
  return items[index];
42
43
  },
43
44
 
44
- backIndex({
45
- path
46
- }) {
45
+ backIndex(_ref) {
46
+ let {
47
+ path
48
+ } = _ref;
49
+
47
50
  // We need to find the index from the element before current to get closest path to go back to
48
51
  for (let i = index - 1; i >= 0; i--) {
49
52
  const item = items[i];
@@ -56,10 +59,11 @@ const createMemoryHistory = () => {
56
59
  return -1;
57
60
  },
58
61
 
59
- push({
60
- path,
61
- state
62
- }) {
62
+ push(_ref2) {
63
+ let {
64
+ path,
65
+ state
66
+ } = _ref2;
63
67
  interrupt();
64
68
  const id = nanoid(); // When a new entry is pushed, all the existing entries after index will be inaccessible
65
69
  // So we remove any existing entries after the current index to clean them up
@@ -80,12 +84,13 @@ const createMemoryHistory = () => {
80
84
  }, '', path);
81
85
  },
82
86
 
83
- replace({
84
- path,
85
- state
86
- }) {
87
+ replace(_ref3) {
87
88
  var _window$history$state2, _window$history$state3;
88
89
 
90
+ let {
91
+ path,
92
+ state
93
+ } = _ref3;
89
94
  interrupt();
90
95
  const id = (_window$history$state2 = (_window$history$state3 = window.history.state) === null || _window$history$state3 === void 0 ? void 0 : _window$history$state3.id) !== null && _window$history$state2 !== void 0 ? _window$history$state2 : nanoid();
91
96
 
@@ -122,20 +127,13 @@ const createMemoryHistory = () => {
122
127
  go(n) {
123
128
  interrupt();
124
129
 
125
- if (n > 0) {
126
- // We shouldn't go forward more than available index
127
- n = Math.min(n, items.length - 1);
128
- } else if (n < 0) {
129
- // We shouldn't go back more than the 0 index
130
- // Otherwise we'll exit the page
131
- n = index + n < 0 ? -index : n;
132
- }
133
-
134
130
  if (n === 0) {
135
131
  return;
136
- }
132
+ } // We shouldn't go back more than the 0 index (otherwise we'll exit the page)
133
+ // Or forward more than the available index (or the app will crash)
137
134
 
138
- index += n; // When we call `history.go`, `popstate` will fire when there's history to go back to
135
+
136
+ index = n < 0 ? Math.max(index - n, 0) : Math.min(index + n, items.length - 1); // When we call `history.go`, `popstate` will fire when there's history to go back to
139
137
  // So we need to somehow handle following cases:
140
138
  // - There's history to go back, `history.go` is called, and `popstate` fires
141
139
  // - `history.go` is called multiple times, we need to resolve on respective `popstate`
@@ -287,14 +285,15 @@ const series = cb => {
287
285
  };
288
286
 
289
287
  let linkingHandlers = [];
290
- export default function useLinking(ref, {
291
- independent,
292
- enabled = true,
293
- config,
294
- getStateFromPath = getStateFromPathDefault,
295
- getPathFromState = getPathFromStateDefault,
296
- getActionFromState = getActionFromStateDefault
297
- }) {
288
+ export default function useLinking(ref, _ref4) {
289
+ let {
290
+ independent,
291
+ enabled = true,
292
+ config,
293
+ getStateFromPath = getStateFromPathDefault,
294
+ getPathFromState = getPathFromStateDefault,
295
+ getActionFromState = getActionFromStateDefault
296
+ } = _ref4;
298
297
  React.useEffect(() => {
299
298
  if (process.env.NODE_ENV === 'production') {
300
299
  return undefined;
@@ -416,7 +415,8 @@ export default function useLinking(ref, {
416
415
  } catch (e) {
417
416
  // Ignore any errors from deep linking.
418
417
  // This could happen in case of malformed links, navigation object not being initialized etc.
419
- console.warn(`An error occurred when trying to handle the link '${path}': ${e.message}`);
418
+ console.warn(`An error occurred when trying to handle the link '${path}': ${typeof e === 'object' && e != null && 'message' in e ? // @ts-expect-error: we're already checking for this
419
+ e.message : e}`);
420
420
  }
421
421
  } else {
422
422
  navigation.resetRoot(state);
@@ -437,16 +437,32 @@ export default function useLinking(ref, {
437
437
  return;
438
438
  }
439
439
 
440
+ const getPathForRoute = (route, state) => {
441
+ // If the `route` object contains a `path`, use that path as long as `route.name` and `params` still match
442
+ // This makes sure that we preserve the original URL for wildcard routes
443
+ if (route !== null && route !== void 0 && route.path) {
444
+ const stateForPath = getStateFromPathRef.current(route.path, configRef.current);
445
+
446
+ if (stateForPath) {
447
+ const focusedRoute = findFocusedRoute(stateForPath);
448
+
449
+ if (focusedRoute && focusedRoute.name === route.name && isEqual(focusedRoute.params, route.params)) {
450
+ return route.path;
451
+ }
452
+ }
453
+ }
454
+
455
+ return getPathFromStateRef.current(state, configRef.current);
456
+ };
457
+
440
458
  if (ref.current) {
441
459
  // We need to record the current metadata on the first render if they aren't set
442
460
  // This will allow the initial state to be in the history entry
443
461
  const state = ref.current.getRootState();
444
462
 
445
463
  if (state) {
446
- var _route$path;
447
-
448
464
  const route = findFocusedRoute(state);
449
- const path = (_route$path = route === null || route === void 0 ? void 0 : route.path) !== null && _route$path !== void 0 ? _route$path : getPathFromStateRef.current(state, configRef.current);
465
+ const path = getPathForRoute(route, state);
450
466
 
451
467
  if (previousStateRef.current === undefined) {
452
468
  previousStateRef.current = state;
@@ -460,8 +476,6 @@ export default function useLinking(ref, {
460
476
  }
461
477
 
462
478
  const onStateChange = async () => {
463
- var _route$path2;
464
-
465
479
  const navigation = ref.current;
466
480
 
467
481
  if (!navigation || !enabled) {
@@ -469,10 +483,15 @@ export default function useLinking(ref, {
469
483
  }
470
484
 
471
485
  const previousState = previousStateRef.current;
472
- const state = navigation.getRootState();
486
+ const state = navigation.getRootState(); // root state may not available, for example when root navigators switch inside the container
487
+
488
+ if (!state) {
489
+ return;
490
+ }
491
+
473
492
  const pendingPath = pendingPopStatePathRef.current;
474
493
  const route = findFocusedRoute(state);
475
- const path = (_route$path2 = route === null || route === void 0 ? void 0 : route.path) !== null && _route$path2 !== void 0 ? _route$path2 : getPathFromStateRef.current(state, configRef.current);
494
+ const path = getPathForRoute(route, state);
476
495
  previousStateRef.current = state;
477
496
  pendingPopStatePathRef.current = undefined; // To detect the kind of state change, we need to:
478
497
  // - Find the common focused navigation state in previous and current state
@@ -1 +1 @@
1
- {"version":3,"sources":["useLinking.tsx"],"names":["findFocusedRoute","getActionFromState","getActionFromStateDefault","getPathFromState","getPathFromStateDefault","getStateFromPath","getStateFromPathDefault","nanoid","React","ServerContext","createMemoryHistory","index","items","pending","interrupt","forEach","it","cb","history","id","window","state","findIndex","item","get","backIndex","path","i","push","slice","length","pushState","replace","replaceState","go","n","Math","min","Promise","resolve","reject","done","interrupted","clearTimeout","timer","Error","title","document","ref","setTimeout","splice","onPopState","currentIndex","max","last","pop","removeEventListener","addEventListener","listen","listener","findMatchingState","a","b","undefined","key","aHistoryLength","routes","bHistoryLength","aRoute","bRoute","aChildState","bChildState","series","handling","queue","callback","unshift","linkingHandlers","useLinking","independent","enabled","config","useEffect","process","env","NODE_ENV","console","error","join","trim","handler","Symbol","indexOf","useState","enabledRef","useRef","configRef","getStateFromPathRef","getPathFromStateRef","getActionFromStateRef","current","server","useContext","getInitialState","useCallback","value","location","pathname","search","thenable","then","onfulfilled","catch","previousIndexRef","previousStateRef","pendingPopStatePathRef","navigation","previousIndex","record","resetRoot","rootState","getRootState","some","r","routeNames","includes","name","warn","action","dispatch","e","message","route","onStateChange","previousState","pendingPath","previousFocusedState","focusedState","historyDelta","nextIndex","addListener"],"mappings":"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","sourcesContent":["import {\n findFocusedRoute,\n getActionFromState as getActionFromStateDefault,\n getPathFromState as getPathFromStateDefault,\n getStateFromPath as getStateFromPathDefault,\n NavigationContainerRef,\n NavigationState,\n ParamListBase,\n} from '@react-navigation/core';\nimport { nanoid } from 'nanoid/non-secure';\nimport * as React from 'react';\n\nimport ServerContext from './ServerContext';\nimport type { LinkingOptions } from './types';\n\ntype ResultState = ReturnType<typeof getStateFromPathDefault>;\n\ntype HistoryRecord = {\n // Unique identifier for this record to match it with window.history.state\n id: string;\n // Navigation state object for the history entry\n state: NavigationState;\n // Path of the history entry\n path: string;\n};\n\nconst createMemoryHistory = () => {\n let index = 0;\n let items: HistoryRecord[] = [];\n\n // Pending callbacks for `history.go(n)`\n // We might modify the callback stored if it was interrupted, so we have a ref to identify it\n const pending: { ref: unknown; cb: (interrupted?: boolean) => void }[] = [];\n\n const interrupt = () => {\n // If another history operation was performed we need to interrupt existing ones\n // This makes sure that calls such as `history.replace` after `history.go` don't happen\n // Since otherwise it won't be correct if something else has changed\n pending.forEach((it) => {\n const cb = it.cb;\n it.cb = () => cb(true);\n });\n };\n\n const history = {\n get index(): number {\n // We store an id in the state instead of an index\n // Index could get out of sync with in-memory values if page reloads\n const id = window.history.state?.id;\n\n if (id) {\n const index = items.findIndex((item) => item.id === id);\n\n return index > -1 ? index : 0;\n }\n\n return 0;\n },\n\n get(index: number) {\n return items[index];\n },\n\n backIndex({ path }: { path: string }) {\n // We need to find the index from the element before current to get closest path to go back to\n for (let i = index - 1; i >= 0; i--) {\n const item = items[i];\n\n if (item.path === path) {\n return i;\n }\n }\n\n return -1;\n },\n\n push({ path, state }: { path: string; state: NavigationState }) {\n interrupt();\n\n const id = nanoid();\n\n // When a new entry is pushed, all the existing entries after index will be inaccessible\n // So we remove any existing entries after the current index to clean them up\n items = items.slice(0, index + 1);\n\n items.push({ path, state, id });\n index = items.length - 1;\n\n // We pass empty string for title because it's ignored in all browsers except safari\n // We don't store state object in history.state because:\n // - browsers have limits on how big it can be, and we don't control the size\n // - while not recommended, there could be non-serializable data in state\n window.history.pushState({ id }, '', path);\n },\n\n replace({ path, state }: { path: string; state: NavigationState }) {\n interrupt();\n\n const id = window.history.state?.id ?? nanoid();\n\n if (!items.length || items.findIndex((item) => item.id === id) < 0) {\n // There are two scenarios for creating an array with only one history record:\n // - When loaded id not found in the items array, this function by default will replace\n // the first item. We need to keep only the new updated object, otherwise it will break\n // the page when navigating forward in history.\n // - This is the first time any state modifications are done\n // So we need to push the entry as there's nothing to replace\n items = [{ path, state, id }];\n } else {\n items[index] = { path, state, id };\n }\n\n window.history.replaceState({ id }, '', path);\n },\n\n // `history.go(n)` is asynchronous, there are couple of things to keep in mind:\n // - it won't do anything if we can't go `n` steps, the `popstate` event won't fire.\n // - each `history.go(n)` call will trigger a separate `popstate` event with correct location.\n // - the `popstate` event fires before the next frame after calling `history.go(n)`.\n // This method differs from `history.go(n)` in the sense that it'll go back as many steps it can.\n go(n: number) {\n interrupt();\n\n if (n > 0) {\n // We shouldn't go forward more than available index\n n = Math.min(n, items.length - 1);\n } else if (n < 0) {\n // We shouldn't go back more than the 0 index\n // Otherwise we'll exit the page\n n = index + n < 0 ? -index : n;\n }\n\n if (n === 0) {\n return;\n }\n\n index += n;\n\n // When we call `history.go`, `popstate` will fire when there's history to go back to\n // So we need to somehow handle following cases:\n // - There's history to go back, `history.go` is called, and `popstate` fires\n // - `history.go` is called multiple times, we need to resolve on respective `popstate`\n // - No history to go back, but `history.go` was called, browser has no API to detect it\n return new Promise<void>((resolve, reject) => {\n const done = (interrupted?: boolean) => {\n clearTimeout(timer);\n\n if (interrupted) {\n reject(new Error('History was changed during navigation.'));\n return;\n }\n\n // There seems to be a bug in Chrome regarding updating the title\n // If we set a title just before calling `history.go`, the title gets lost\n // However the value of `document.title` is still what we set it to\n // It's just not displayed in the tab bar\n // To update the tab bar, we need to reset the title to something else first (e.g. '')\n // And set the title to what it was before so it gets applied\n // It won't work without setting it to empty string coz otherwise title isn't changing\n // Which means that the browser won't do anything after setting the title\n const { title } = window.document;\n\n window.document.title = '';\n window.document.title = title;\n\n resolve();\n };\n\n pending.push({ ref: done, cb: done });\n\n // If navigation didn't happen within 100ms, assume that it won't happen\n // This may not be accurate, but hopefully it won't take so much time\n // In Chrome, navigation seems to happen instantly in next microtask\n // But on Firefox, it seems to take much longer, around 50ms from our testing\n // We're using a hacky timeout since there doesn't seem to be way to know for sure\n const timer = setTimeout(() => {\n const index = pending.findIndex((it) => it.ref === done);\n\n if (index > -1) {\n pending[index].cb();\n pending.splice(index, 1);\n }\n }, 100);\n\n const onPopState = () => {\n const id = window.history.state?.id;\n const currentIndex = items.findIndex((item) => item.id === id);\n\n // Fix createMemoryHistory.index variable's value\n // as it may go out of sync when navigating in the browser.\n index = Math.max(currentIndex, 0);\n\n const last = pending.pop();\n\n window.removeEventListener('popstate', onPopState);\n last?.cb();\n };\n\n window.addEventListener('popstate', onPopState);\n window.history.go(n);\n });\n },\n\n // The `popstate` event is triggered when history changes, except `pushState` and `replaceState`\n // If we call `history.go(n)` ourselves, we don't want it to trigger the listener\n // Here we normalize it so that only external changes (e.g. user pressing back/forward) trigger the listener\n listen(listener: () => void) {\n const onPopState = () => {\n if (pending.length) {\n // This was triggered by `history.go(n)`, we shouldn't call the listener\n return;\n }\n\n listener();\n };\n\n window.addEventListener('popstate', onPopState);\n\n return () => window.removeEventListener('popstate', onPopState);\n },\n };\n\n return history;\n};\n\n/**\n * Find the matching navigation state that changed between 2 navigation states\n * e.g.: a -> b -> c -> d and a -> b -> c -> e -> f, if history in b changed, b is the matching state\n */\nconst findMatchingState = <T extends NavigationState>(\n a: T | undefined,\n b: T | undefined\n): [T | undefined, T | undefined] => {\n if (a === undefined || b === undefined || a.key !== b.key) {\n return [undefined, undefined];\n }\n\n // Tab and drawer will have `history` property, but stack will have history in `routes`\n const aHistoryLength = a.history ? a.history.length : a.routes.length;\n const bHistoryLength = b.history ? b.history.length : b.routes.length;\n\n const aRoute = a.routes[a.index];\n const bRoute = b.routes[b.index];\n\n const aChildState = aRoute.state as T | undefined;\n const bChildState = bRoute.state as T | undefined;\n\n // Stop here if this is the state object that changed:\n // - history length is different\n // - focused routes are different\n // - one of them doesn't have child state\n // - child state keys are different\n if (\n aHistoryLength !== bHistoryLength ||\n aRoute.key !== bRoute.key ||\n aChildState === undefined ||\n bChildState === undefined ||\n aChildState.key !== bChildState.key\n ) {\n return [a, b];\n }\n\n return findMatchingState(aChildState, bChildState);\n};\n\n/**\n * Run async function in series as it's called.\n */\nconst series = (cb: () => Promise<void>) => {\n // Whether we're currently handling a callback\n let handling = false;\n let queue: (() => Promise<void>)[] = [];\n\n const callback = async () => {\n try {\n if (handling) {\n // If we're currently handling a previous event, wait before handling this one\n // Add the callback to the beginning of the queue\n queue.unshift(callback);\n return;\n }\n\n handling = true;\n\n await cb();\n } finally {\n handling = false;\n\n if (queue.length) {\n // If we have queued items, handle the last one\n const last = queue.pop();\n\n last?.();\n }\n }\n };\n\n return callback;\n};\n\nlet linkingHandlers: Symbol[] = [];\n\ntype Options = LinkingOptions<ParamListBase> & {\n independent?: boolean;\n};\n\nexport default function useLinking(\n ref: React.RefObject<NavigationContainerRef<ParamListBase>>,\n {\n independent,\n enabled = true,\n config,\n getStateFromPath = getStateFromPathDefault,\n getPathFromState = getPathFromStateDefault,\n getActionFromState = getActionFromStateDefault,\n }: Options\n) {\n React.useEffect(() => {\n if (process.env.NODE_ENV === 'production') {\n return undefined;\n }\n\n if (independent) {\n return undefined;\n }\n\n if (enabled !== false && linkingHandlers.length) {\n console.error(\n [\n 'Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:',\n \"- You don't have multiple NavigationContainers in the app each with 'linking' enabled\",\n '- Only a single instance of the root component is rendered',\n ]\n .join('\\n')\n .trim()\n );\n }\n\n const handler = Symbol();\n\n if (enabled !== false) {\n linkingHandlers.push(handler);\n }\n\n return () => {\n const index = linkingHandlers.indexOf(handler);\n\n if (index > -1) {\n linkingHandlers.splice(index, 1);\n }\n };\n }, [enabled, independent]);\n\n const [history] = React.useState(createMemoryHistory);\n\n // We store these options in ref to avoid re-creating getInitialState and re-subscribing listeners\n // This lets user avoid wrapping the items in `React.useCallback` or `React.useMemo`\n // Not re-creating `getInitialState` is important coz it makes it easier for the user to use in an effect\n const enabledRef = React.useRef(enabled);\n const configRef = React.useRef(config);\n const getStateFromPathRef = React.useRef(getStateFromPath);\n const getPathFromStateRef = React.useRef(getPathFromState);\n const getActionFromStateRef = React.useRef(getActionFromState);\n\n React.useEffect(() => {\n enabledRef.current = enabled;\n configRef.current = config;\n getStateFromPathRef.current = getStateFromPath;\n getPathFromStateRef.current = getPathFromState;\n getActionFromStateRef.current = getActionFromState;\n });\n\n const server = React.useContext(ServerContext);\n\n const getInitialState = React.useCallback(() => {\n let value: ResultState | undefined;\n\n if (enabledRef.current) {\n const location =\n server?.location ??\n (typeof window !== 'undefined' ? window.location : undefined);\n\n const path = location ? location.pathname + location.search : undefined;\n\n if (path) {\n value = getStateFromPathRef.current(path, configRef.current);\n }\n }\n\n const thenable = {\n then(onfulfilled?: (state: ResultState | undefined) => void) {\n return Promise.resolve(onfulfilled ? onfulfilled(value) : value);\n },\n catch() {\n return thenable;\n },\n };\n\n return thenable as PromiseLike<ResultState | undefined>;\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n\n const previousIndexRef = React.useRef<number | undefined>(undefined);\n const previousStateRef = React.useRef<NavigationState | undefined>(undefined);\n const pendingPopStatePathRef = React.useRef<string | undefined>(undefined);\n\n React.useEffect(() => {\n previousIndexRef.current = history.index;\n\n return history.listen(() => {\n const navigation = ref.current;\n\n if (!navigation || !enabled) {\n return;\n }\n\n const path = location.pathname + location.search;\n const index = history.index;\n\n const previousIndex = previousIndexRef.current ?? 0;\n\n previousIndexRef.current = index;\n pendingPopStatePathRef.current = path;\n\n // When browser back/forward is clicked, we first need to check if state object for this index exists\n // If it does we'll reset to that state object\n // Otherwise, we'll handle it like a regular deep link\n const record = history.get(index);\n\n if (record?.path === path && record?.state) {\n navigation.resetRoot(record.state);\n return;\n }\n\n const state = getStateFromPathRef.current(path, configRef.current);\n\n // We should only dispatch an action when going forward\n // Otherwise the action will likely add items to history, which would mess things up\n if (state) {\n // Make sure that the routes in the state exist in the root navigator\n // Otherwise there's an error in the linking configuration\n const rootState = navigation.getRootState();\n\n if (state.routes.some((r) => !rootState?.routeNames.includes(r.name))) {\n console.warn(\n \"The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the linking configuration doesn't match the navigation structure. See https://reactnavigation.org/docs/configuring-links for more details on how to specify a linking configuration.\"\n );\n return;\n }\n\n if (index > previousIndex) {\n const action = getActionFromStateRef.current(\n state,\n configRef.current\n );\n\n if (action !== undefined) {\n try {\n navigation.dispatch(action);\n } catch (e) {\n // Ignore any errors from deep linking.\n // This could happen in case of malformed links, navigation object not being initialized etc.\n console.warn(\n `An error occurred when trying to handle the link '${path}': ${e.message}`\n );\n }\n } else {\n navigation.resetRoot(state);\n }\n } else {\n navigation.resetRoot(state);\n }\n } else {\n // if current path didn't return any state, we should revert to initial state\n navigation.resetRoot(state);\n }\n });\n }, [enabled, history, ref]);\n\n React.useEffect(() => {\n if (!enabled) {\n return;\n }\n\n if (ref.current) {\n // We need to record the current metadata on the first render if they aren't set\n // This will allow the initial state to be in the history entry\n const state = ref.current.getRootState();\n\n if (state) {\n const route = findFocusedRoute(state);\n const path =\n route?.path ?? getPathFromStateRef.current(state, configRef.current);\n\n if (previousStateRef.current === undefined) {\n previousStateRef.current = state;\n }\n\n history.replace({ path, state });\n }\n }\n\n const onStateChange = async () => {\n const navigation = ref.current;\n\n if (!navigation || !enabled) {\n return;\n }\n\n const previousState = previousStateRef.current;\n const state = navigation.getRootState();\n\n const pendingPath = pendingPopStatePathRef.current;\n const route = findFocusedRoute(state);\n const path =\n route?.path ?? getPathFromStateRef.current(state, configRef.current);\n\n previousStateRef.current = state;\n pendingPopStatePathRef.current = undefined;\n\n // To detect the kind of state change, we need to:\n // - Find the common focused navigation state in previous and current state\n // - If only the route keys changed, compare history/routes.length to check if we go back/forward/replace\n // - If no common focused navigation state found, it's a replace\n const [previousFocusedState, focusedState] = findMatchingState(\n previousState,\n state\n );\n\n if (\n previousFocusedState &&\n focusedState &&\n // We should only handle push/pop if path changed from what was in last `popstate`\n // Otherwise it's likely a change triggered by `popstate`\n path !== pendingPath\n ) {\n const historyDelta =\n (focusedState.history\n ? focusedState.history.length\n : focusedState.routes.length) -\n (previousFocusedState.history\n ? previousFocusedState.history.length\n : previousFocusedState.routes.length);\n\n if (historyDelta > 0) {\n // If history length is increased, we should pushState\n // Note that path might not actually change here, for example, drawer open should pushState\n history.push({ path, state });\n } else if (historyDelta < 0) {\n // If history length is decreased, i.e. entries were removed, we want to go back\n\n const nextIndex = history.backIndex({ path });\n const currentIndex = history.index;\n\n try {\n if (nextIndex !== -1 && nextIndex < currentIndex) {\n // An existing entry for this path exists and it's less than current index, go back to that\n await history.go(nextIndex - currentIndex);\n } else {\n // We couldn't find an existing entry to go back to, so we'll go back by the delta\n // This won't be correct if multiple routes were pushed in one go before\n // Usually this shouldn't happen and this is a fallback for that\n await history.go(historyDelta);\n }\n\n // Store the updated state as well as fix the path if incorrect\n history.replace({ path, state });\n } catch (e) {\n // The navigation was interrupted\n }\n } else {\n // If history length is unchanged, we want to replaceState\n history.replace({ path, state });\n }\n } else {\n // If no common navigation state was found, assume it's a replace\n // This would happen if the user did a reset/conditionally changed navigators\n history.replace({ path, state });\n }\n };\n\n // We debounce onStateChange coz we don't want multiple state changes to be handled at one time\n // This could happen since `history.go(n)` is asynchronous\n // If `pushState` or `replaceState` were called before `history.go(n)` completes, it'll mess stuff up\n return ref.current?.addListener('state', series(onStateChange));\n });\n\n return {\n getInitialState,\n };\n}\n"]}
1
+ {"version":3,"sources":["useLinking.tsx"],"names":["findFocusedRoute","getActionFromState","getActionFromStateDefault","getPathFromState","getPathFromStateDefault","getStateFromPath","getStateFromPathDefault","isEqual","nanoid","React","ServerContext","createMemoryHistory","index","items","pending","interrupt","forEach","it","cb","history","id","window","state","findIndex","item","get","backIndex","path","i","push","slice","length","pushState","replace","replaceState","go","n","Math","max","min","Promise","resolve","reject","done","interrupted","clearTimeout","timer","Error","title","document","ref","setTimeout","splice","onPopState","currentIndex","last","pop","removeEventListener","addEventListener","listen","listener","findMatchingState","a","b","undefined","key","aHistoryLength","routes","bHistoryLength","aRoute","bRoute","aChildState","bChildState","series","handling","queue","callback","unshift","linkingHandlers","useLinking","independent","enabled","config","useEffect","process","env","NODE_ENV","console","error","join","trim","handler","Symbol","indexOf","useState","enabledRef","useRef","configRef","getStateFromPathRef","getPathFromStateRef","getActionFromStateRef","current","server","useContext","getInitialState","useCallback","value","location","pathname","search","thenable","then","onfulfilled","catch","previousIndexRef","previousStateRef","pendingPopStatePathRef","navigation","previousIndex","record","resetRoot","rootState","getRootState","some","r","routeNames","includes","name","warn","action","dispatch","e","message","getPathForRoute","route","stateForPath","focusedRoute","params","onStateChange","previousState","pendingPath","previousFocusedState","focusedState","historyDelta","nextIndex","addListener"],"mappings":"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","sourcesContent":["import {\n findFocusedRoute,\n getActionFromState as getActionFromStateDefault,\n getPathFromState as getPathFromStateDefault,\n getStateFromPath as getStateFromPathDefault,\n NavigationContainerRef,\n NavigationState,\n ParamListBase,\n} from '@react-navigation/core';\nimport isEqual from 'fast-deep-equal';\nimport { nanoid } from 'nanoid/non-secure';\nimport * as React from 'react';\n\nimport ServerContext from './ServerContext';\nimport type { LinkingOptions } from './types';\n\ntype ResultState = ReturnType<typeof getStateFromPathDefault>;\n\ntype HistoryRecord = {\n // Unique identifier for this record to match it with window.history.state\n id: string;\n // Navigation state object for the history entry\n state: NavigationState;\n // Path of the history entry\n path: string;\n};\n\nconst createMemoryHistory = () => {\n let index = 0;\n let items: HistoryRecord[] = [];\n\n // Pending callbacks for `history.go(n)`\n // We might modify the callback stored if it was interrupted, so we have a ref to identify it\n const pending: { ref: unknown; cb: (interrupted?: boolean) => void }[] = [];\n\n const interrupt = () => {\n // If another history operation was performed we need to interrupt existing ones\n // This makes sure that calls such as `history.replace` after `history.go` don't happen\n // Since otherwise it won't be correct if something else has changed\n pending.forEach((it) => {\n const cb = it.cb;\n it.cb = () => cb(true);\n });\n };\n\n const history = {\n get index(): number {\n // We store an id in the state instead of an index\n // Index could get out of sync with in-memory values if page reloads\n const id = window.history.state?.id;\n\n if (id) {\n const index = items.findIndex((item) => item.id === id);\n\n return index > -1 ? index : 0;\n }\n\n return 0;\n },\n\n get(index: number) {\n return items[index];\n },\n\n backIndex({ path }: { path: string }) {\n // We need to find the index from the element before current to get closest path to go back to\n for (let i = index - 1; i >= 0; i--) {\n const item = items[i];\n\n if (item.path === path) {\n return i;\n }\n }\n\n return -1;\n },\n\n push({ path, state }: { path: string; state: NavigationState }) {\n interrupt();\n\n const id = nanoid();\n\n // When a new entry is pushed, all the existing entries after index will be inaccessible\n // So we remove any existing entries after the current index to clean them up\n items = items.slice(0, index + 1);\n\n items.push({ path, state, id });\n index = items.length - 1;\n\n // We pass empty string for title because it's ignored in all browsers except safari\n // We don't store state object in history.state because:\n // - browsers have limits on how big it can be, and we don't control the size\n // - while not recommended, there could be non-serializable data in state\n window.history.pushState({ id }, '', path);\n },\n\n replace({ path, state }: { path: string; state: NavigationState }) {\n interrupt();\n\n const id = window.history.state?.id ?? nanoid();\n\n if (!items.length || items.findIndex((item) => item.id === id) < 0) {\n // There are two scenarios for creating an array with only one history record:\n // - When loaded id not found in the items array, this function by default will replace\n // the first item. We need to keep only the new updated object, otherwise it will break\n // the page when navigating forward in history.\n // - This is the first time any state modifications are done\n // So we need to push the entry as there's nothing to replace\n items = [{ path, state, id }];\n } else {\n items[index] = { path, state, id };\n }\n\n window.history.replaceState({ id }, '', path);\n },\n\n // `history.go(n)` is asynchronous, there are couple of things to keep in mind:\n // - it won't do anything if we can't go `n` steps, the `popstate` event won't fire.\n // - each `history.go(n)` call will trigger a separate `popstate` event with correct location.\n // - the `popstate` event fires before the next frame after calling `history.go(n)`.\n // This method differs from `history.go(n)` in the sense that it'll go back as many steps it can.\n go(n: number) {\n interrupt();\n\n if (n === 0) {\n return;\n }\n\n // We shouldn't go back more than the 0 index (otherwise we'll exit the page)\n // Or forward more than the available index (or the app will crash)\n index =\n n < 0 ? Math.max(index - n, 0) : Math.min(index + n, items.length - 1);\n\n // When we call `history.go`, `popstate` will fire when there's history to go back to\n // So we need to somehow handle following cases:\n // - There's history to go back, `history.go` is called, and `popstate` fires\n // - `history.go` is called multiple times, we need to resolve on respective `popstate`\n // - No history to go back, but `history.go` was called, browser has no API to detect it\n return new Promise<void>((resolve, reject) => {\n const done = (interrupted?: boolean) => {\n clearTimeout(timer);\n\n if (interrupted) {\n reject(new Error('History was changed during navigation.'));\n return;\n }\n\n // There seems to be a bug in Chrome regarding updating the title\n // If we set a title just before calling `history.go`, the title gets lost\n // However the value of `document.title` is still what we set it to\n // It's just not displayed in the tab bar\n // To update the tab bar, we need to reset the title to something else first (e.g. '')\n // And set the title to what it was before so it gets applied\n // It won't work without setting it to empty string coz otherwise title isn't changing\n // Which means that the browser won't do anything after setting the title\n const { title } = window.document;\n\n window.document.title = '';\n window.document.title = title;\n\n resolve();\n };\n\n pending.push({ ref: done, cb: done });\n\n // If navigation didn't happen within 100ms, assume that it won't happen\n // This may not be accurate, but hopefully it won't take so much time\n // In Chrome, navigation seems to happen instantly in next microtask\n // But on Firefox, it seems to take much longer, around 50ms from our testing\n // We're using a hacky timeout since there doesn't seem to be way to know for sure\n const timer = setTimeout(() => {\n const index = pending.findIndex((it) => it.ref === done);\n\n if (index > -1) {\n pending[index].cb();\n pending.splice(index, 1);\n }\n }, 100);\n\n const onPopState = () => {\n const id = window.history.state?.id;\n const currentIndex = items.findIndex((item) => item.id === id);\n\n // Fix createMemoryHistory.index variable's value\n // as it may go out of sync when navigating in the browser.\n index = Math.max(currentIndex, 0);\n\n const last = pending.pop();\n\n window.removeEventListener('popstate', onPopState);\n last?.cb();\n };\n\n window.addEventListener('popstate', onPopState);\n window.history.go(n);\n });\n },\n\n // The `popstate` event is triggered when history changes, except `pushState` and `replaceState`\n // If we call `history.go(n)` ourselves, we don't want it to trigger the listener\n // Here we normalize it so that only external changes (e.g. user pressing back/forward) trigger the listener\n listen(listener: () => void) {\n const onPopState = () => {\n if (pending.length) {\n // This was triggered by `history.go(n)`, we shouldn't call the listener\n return;\n }\n\n listener();\n };\n\n window.addEventListener('popstate', onPopState);\n\n return () => window.removeEventListener('popstate', onPopState);\n },\n };\n\n return history;\n};\n\n/**\n * Find the matching navigation state that changed between 2 navigation states\n * e.g.: a -> b -> c -> d and a -> b -> c -> e -> f, if history in b changed, b is the matching state\n */\nconst findMatchingState = <T extends NavigationState>(\n a: T | undefined,\n b: T | undefined\n): [T | undefined, T | undefined] => {\n if (a === undefined || b === undefined || a.key !== b.key) {\n return [undefined, undefined];\n }\n\n // Tab and drawer will have `history` property, but stack will have history in `routes`\n const aHistoryLength = a.history ? a.history.length : a.routes.length;\n const bHistoryLength = b.history ? b.history.length : b.routes.length;\n\n const aRoute = a.routes[a.index];\n const bRoute = b.routes[b.index];\n\n const aChildState = aRoute.state as T | undefined;\n const bChildState = bRoute.state as T | undefined;\n\n // Stop here if this is the state object that changed:\n // - history length is different\n // - focused routes are different\n // - one of them doesn't have child state\n // - child state keys are different\n if (\n aHistoryLength !== bHistoryLength ||\n aRoute.key !== bRoute.key ||\n aChildState === undefined ||\n bChildState === undefined ||\n aChildState.key !== bChildState.key\n ) {\n return [a, b];\n }\n\n return findMatchingState(aChildState, bChildState);\n};\n\n/**\n * Run async function in series as it's called.\n */\nconst series = (cb: () => Promise<void>) => {\n // Whether we're currently handling a callback\n let handling = false;\n let queue: (() => Promise<void>)[] = [];\n\n const callback = async () => {\n try {\n if (handling) {\n // If we're currently handling a previous event, wait before handling this one\n // Add the callback to the beginning of the queue\n queue.unshift(callback);\n return;\n }\n\n handling = true;\n\n await cb();\n } finally {\n handling = false;\n\n if (queue.length) {\n // If we have queued items, handle the last one\n const last = queue.pop();\n\n last?.();\n }\n }\n };\n\n return callback;\n};\n\nlet linkingHandlers: Symbol[] = [];\n\ntype Options = LinkingOptions<ParamListBase> & {\n independent?: boolean;\n};\n\nexport default function useLinking(\n ref: React.RefObject<NavigationContainerRef<ParamListBase>>,\n {\n independent,\n enabled = true,\n config,\n getStateFromPath = getStateFromPathDefault,\n getPathFromState = getPathFromStateDefault,\n getActionFromState = getActionFromStateDefault,\n }: Options\n) {\n React.useEffect(() => {\n if (process.env.NODE_ENV === 'production') {\n return undefined;\n }\n\n if (independent) {\n return undefined;\n }\n\n if (enabled !== false && linkingHandlers.length) {\n console.error(\n [\n 'Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:',\n \"- You don't have multiple NavigationContainers in the app each with 'linking' enabled\",\n '- Only a single instance of the root component is rendered',\n ]\n .join('\\n')\n .trim()\n );\n }\n\n const handler = Symbol();\n\n if (enabled !== false) {\n linkingHandlers.push(handler);\n }\n\n return () => {\n const index = linkingHandlers.indexOf(handler);\n\n if (index > -1) {\n linkingHandlers.splice(index, 1);\n }\n };\n }, [enabled, independent]);\n\n const [history] = React.useState(createMemoryHistory);\n\n // We store these options in ref to avoid re-creating getInitialState and re-subscribing listeners\n // This lets user avoid wrapping the items in `React.useCallback` or `React.useMemo`\n // Not re-creating `getInitialState` is important coz it makes it easier for the user to use in an effect\n const enabledRef = React.useRef(enabled);\n const configRef = React.useRef(config);\n const getStateFromPathRef = React.useRef(getStateFromPath);\n const getPathFromStateRef = React.useRef(getPathFromState);\n const getActionFromStateRef = React.useRef(getActionFromState);\n\n React.useEffect(() => {\n enabledRef.current = enabled;\n configRef.current = config;\n getStateFromPathRef.current = getStateFromPath;\n getPathFromStateRef.current = getPathFromState;\n getActionFromStateRef.current = getActionFromState;\n });\n\n const server = React.useContext(ServerContext);\n\n const getInitialState = React.useCallback(() => {\n let value: ResultState | undefined;\n\n if (enabledRef.current) {\n const location =\n server?.location ??\n (typeof window !== 'undefined' ? window.location : undefined);\n\n const path = location ? location.pathname + location.search : undefined;\n\n if (path) {\n value = getStateFromPathRef.current(path, configRef.current);\n }\n }\n\n const thenable = {\n then(onfulfilled?: (state: ResultState | undefined) => void) {\n return Promise.resolve(onfulfilled ? onfulfilled(value) : value);\n },\n catch() {\n return thenable;\n },\n };\n\n return thenable as PromiseLike<ResultState | undefined>;\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n\n const previousIndexRef = React.useRef<number | undefined>(undefined);\n const previousStateRef = React.useRef<NavigationState | undefined>(undefined);\n const pendingPopStatePathRef = React.useRef<string | undefined>(undefined);\n\n React.useEffect(() => {\n previousIndexRef.current = history.index;\n\n return history.listen(() => {\n const navigation = ref.current;\n\n if (!navigation || !enabled) {\n return;\n }\n\n const path = location.pathname + location.search;\n const index = history.index;\n\n const previousIndex = previousIndexRef.current ?? 0;\n\n previousIndexRef.current = index;\n pendingPopStatePathRef.current = path;\n\n // When browser back/forward is clicked, we first need to check if state object for this index exists\n // If it does we'll reset to that state object\n // Otherwise, we'll handle it like a regular deep link\n const record = history.get(index);\n\n if (record?.path === path && record?.state) {\n navigation.resetRoot(record.state);\n return;\n }\n\n const state = getStateFromPathRef.current(path, configRef.current);\n\n // We should only dispatch an action when going forward\n // Otherwise the action will likely add items to history, which would mess things up\n if (state) {\n // Make sure that the routes in the state exist in the root navigator\n // Otherwise there's an error in the linking configuration\n const rootState = navigation.getRootState();\n\n if (state.routes.some((r) => !rootState?.routeNames.includes(r.name))) {\n console.warn(\n \"The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the linking configuration doesn't match the navigation structure. See https://reactnavigation.org/docs/configuring-links for more details on how to specify a linking configuration.\"\n );\n return;\n }\n\n if (index > previousIndex) {\n const action = getActionFromStateRef.current(\n state,\n configRef.current\n );\n\n if (action !== undefined) {\n try {\n navigation.dispatch(action);\n } catch (e) {\n // Ignore any errors from deep linking.\n // This could happen in case of malformed links, navigation object not being initialized etc.\n console.warn(\n `An error occurred when trying to handle the link '${path}': ${\n typeof e === 'object' && e != null && 'message' in e\n ? // @ts-expect-error: we're already checking for this\n e.message\n : e\n }`\n );\n }\n } else {\n navigation.resetRoot(state);\n }\n } else {\n navigation.resetRoot(state);\n }\n } else {\n // if current path didn't return any state, we should revert to initial state\n navigation.resetRoot(state);\n }\n });\n }, [enabled, history, ref]);\n\n React.useEffect(() => {\n if (!enabled) {\n return;\n }\n\n const getPathForRoute = (\n route: ReturnType<typeof findFocusedRoute>,\n state: NavigationState\n ): string => {\n // If the `route` object contains a `path`, use that path as long as `route.name` and `params` still match\n // This makes sure that we preserve the original URL for wildcard routes\n if (route?.path) {\n const stateForPath = getStateFromPathRef.current(\n route.path,\n configRef.current\n );\n\n if (stateForPath) {\n const focusedRoute = findFocusedRoute(stateForPath);\n\n if (\n focusedRoute &&\n focusedRoute.name === route.name &&\n isEqual(focusedRoute.params, route.params)\n ) {\n return route.path;\n }\n }\n }\n\n return getPathFromStateRef.current(state, configRef.current);\n };\n\n if (ref.current) {\n // We need to record the current metadata on the first render if they aren't set\n // This will allow the initial state to be in the history entry\n const state = ref.current.getRootState();\n\n if (state) {\n const route = findFocusedRoute(state);\n const path = getPathForRoute(route, state);\n\n if (previousStateRef.current === undefined) {\n previousStateRef.current = state;\n }\n\n history.replace({ path, state });\n }\n }\n\n const onStateChange = async () => {\n const navigation = ref.current;\n\n if (!navigation || !enabled) {\n return;\n }\n\n const previousState = previousStateRef.current;\n const state = navigation.getRootState();\n\n // root state may not available, for example when root navigators switch inside the container\n if (!state) {\n return;\n }\n\n const pendingPath = pendingPopStatePathRef.current;\n const route = findFocusedRoute(state);\n const path = getPathForRoute(route, state);\n\n previousStateRef.current = state;\n pendingPopStatePathRef.current = undefined;\n\n // To detect the kind of state change, we need to:\n // - Find the common focused navigation state in previous and current state\n // - If only the route keys changed, compare history/routes.length to check if we go back/forward/replace\n // - If no common focused navigation state found, it's a replace\n const [previousFocusedState, focusedState] = findMatchingState(\n previousState,\n state\n );\n\n if (\n previousFocusedState &&\n focusedState &&\n // We should only handle push/pop if path changed from what was in last `popstate`\n // Otherwise it's likely a change triggered by `popstate`\n path !== pendingPath\n ) {\n const historyDelta =\n (focusedState.history\n ? focusedState.history.length\n : focusedState.routes.length) -\n (previousFocusedState.history\n ? previousFocusedState.history.length\n : previousFocusedState.routes.length);\n\n if (historyDelta > 0) {\n // If history length is increased, we should pushState\n // Note that path might not actually change here, for example, drawer open should pushState\n history.push({ path, state });\n } else if (historyDelta < 0) {\n // If history length is decreased, i.e. entries were removed, we want to go back\n\n const nextIndex = history.backIndex({ path });\n const currentIndex = history.index;\n\n try {\n if (nextIndex !== -1 && nextIndex < currentIndex) {\n // An existing entry for this path exists and it's less than current index, go back to that\n await history.go(nextIndex - currentIndex);\n } else {\n // We couldn't find an existing entry to go back to, so we'll go back by the delta\n // This won't be correct if multiple routes were pushed in one go before\n // Usually this shouldn't happen and this is a fallback for that\n await history.go(historyDelta);\n }\n\n // Store the updated state as well as fix the path if incorrect\n history.replace({ path, state });\n } catch (e) {\n // The navigation was interrupted\n }\n } else {\n // If history length is unchanged, we want to replaceState\n history.replace({ path, state });\n }\n } else {\n // If no common navigation state was found, assume it's a replace\n // This would happen if the user did a reset/conditionally changed navigators\n history.replace({ path, state });\n }\n };\n\n // We debounce onStateChange coz we don't want multiple state changes to be handled at one time\n // This could happen since `history.go(n)` is asynchronous\n // If `pushState` or `replaceState` were called before `history.go(n)` completes, it'll mess stuff up\n return ref.current?.addListener('state', series(onStateChange));\n });\n\n return {\n getInitialState,\n };\n}\n"]}
@@ -3,33 +3,37 @@ import * as React from 'react';
3
3
  import { Linking, Platform } from 'react-native';
4
4
  import extractPathFromURL from './extractPathFromURL';
5
5
  let linkingHandlers = [];
6
- export default function useLinking(ref, {
7
- independent,
8
- enabled = true,
9
- prefixes,
10
- filter,
11
- config,
12
- getInitialURL = () => Promise.race([Linking.getInitialURL(), new Promise(resolve => // Timeout in 150ms if `getInitialState` doesn't resolve
13
- // Workaround for https://github.com/facebook/react-native/issues/25675
14
- setTimeout(resolve, 150))]),
15
- subscribe = listener => {
16
- const callback = ({
17
- url
18
- }) => listener(url);
19
-
20
- const subscription = Linking.addEventListener('url', callback);
21
- return () => {
22
- // https://github.com/facebook/react-native/commit/6d1aca806cee86ad76de771ed3a1cc62982ebcd7
23
- if (subscription !== null && subscription !== void 0 && subscription.remove) {
24
- subscription.remove();
25
- } else {
26
- Linking.removeEventListener('url', callback);
27
- }
28
- };
29
- },
30
- getStateFromPath = getStateFromPathDefault,
31
- getActionFromState = getActionFromStateDefault
32
- }) {
6
+ export default function useLinking(ref, _ref) {
7
+ let {
8
+ independent,
9
+ enabled = true,
10
+ prefixes,
11
+ filter,
12
+ config,
13
+ getInitialURL = () => Promise.race([Linking.getInitialURL(), new Promise(resolve => // Timeout in 150ms if `getInitialState` doesn't resolve
14
+ // Workaround for https://github.com/facebook/react-native/issues/25675
15
+ setTimeout(resolve, 150))]),
16
+ subscribe = listener => {
17
+ const callback = _ref2 => {
18
+ let {
19
+ url
20
+ } = _ref2;
21
+ return listener(url);
22
+ };
23
+
24
+ const subscription = Linking.addEventListener('url', callback);
25
+ return () => {
26
+ // https://github.com/facebook/react-native/commit/6d1aca806cee86ad76de771ed3a1cc62982ebcd7
27
+ if (subscription !== null && subscription !== void 0 && subscription.remove) {
28
+ subscription.remove();
29
+ } else {
30
+ Linking.removeEventListener('url', callback);
31
+ }
32
+ };
33
+ },
34
+ getStateFromPath = getStateFromPathDefault,
35
+ getActionFromState = getActionFromStateDefault
36
+ } = _ref;
33
37
  React.useEffect(() => {
34
38
  if (process.env.NODE_ENV === 'production') {
35
39
  return undefined;
@@ -139,7 +143,8 @@ export default function useLinking(ref, {
139
143
  } catch (e) {
140
144
  // Ignore any errors from deep linking.
141
145
  // This could happen in case of malformed links, navigation object not being initialized etc.
142
- console.warn(`An error occurred when trying to handle the link '${url}': ${e.message}`);
146
+ console.warn(`An error occurred when trying to handle the link '${url}': ${typeof e === 'object' && e != null && 'message' in e ? // @ts-expect-error: we're already checking for this
147
+ e.message : e}`);
143
148
  }
144
149
  } else {
145
150
  navigation.resetRoot(state);
@@ -1 +1 @@
1
- {"version":3,"sources":["useLinking.native.tsx"],"names":["getActionFromState","getActionFromStateDefault","getStateFromPath","getStateFromPathDefault","React","Linking","Platform","extractPathFromURL","linkingHandlers","useLinking","ref","independent","enabled","prefixes","filter","config","getInitialURL","Promise","race","resolve","setTimeout","subscribe","listener","callback","url","subscription","addEventListener","remove","removeEventListener","useEffect","process","env","NODE_ENV","undefined","length","console","error","OS","join","trim","handler","Symbol","push","index","indexOf","splice","enabledRef","useRef","prefixesRef","filterRef","configRef","getInitialURLRef","getStateFromPathRef","getActionFromStateRef","current","getStateFromURL","useCallback","path","getInitialState","state","then","thenable","onfulfilled","catch","navigation","rootState","getRootState","routes","some","r","routeNames","includes","name","warn","action","dispatch","e","message","resetRoot"],"mappings":"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","sourcesContent":["import {\n getActionFromState as getActionFromStateDefault,\n getStateFromPath as getStateFromPathDefault,\n NavigationContainerRef,\n ParamListBase,\n} from '@react-navigation/core';\nimport * as React from 'react';\nimport { Linking, Platform } from 'react-native';\n\nimport extractPathFromURL from './extractPathFromURL';\nimport type { LinkingOptions } from './types';\n\ntype ResultState = ReturnType<typeof getStateFromPathDefault>;\n\ntype Options = LinkingOptions<ParamListBase> & {\n independent?: boolean;\n};\n\nlet linkingHandlers: Symbol[] = [];\n\nexport default function useLinking(\n ref: React.RefObject<NavigationContainerRef<ParamListBase>>,\n {\n independent,\n enabled = true,\n prefixes,\n filter,\n config,\n getInitialURL = () =>\n Promise.race([\n Linking.getInitialURL(),\n new Promise<undefined>((resolve) =>\n // Timeout in 150ms if `getInitialState` doesn't resolve\n // Workaround for https://github.com/facebook/react-native/issues/25675\n setTimeout(resolve, 150)\n ),\n ]),\n subscribe = (listener) => {\n const callback = ({ url }: { url: string }) => listener(url);\n\n const subscription = Linking.addEventListener('url', callback) as\n | { remove(): void }\n | undefined;\n\n return () => {\n // https://github.com/facebook/react-native/commit/6d1aca806cee86ad76de771ed3a1cc62982ebcd7\n if (subscription?.remove) {\n subscription.remove();\n } else {\n Linking.removeEventListener('url', callback);\n }\n };\n },\n getStateFromPath = getStateFromPathDefault,\n getActionFromState = getActionFromStateDefault,\n }: Options\n) {\n React.useEffect(() => {\n if (process.env.NODE_ENV === 'production') {\n return undefined;\n }\n\n if (independent) {\n return undefined;\n }\n\n if (enabled !== false && linkingHandlers.length) {\n console.error(\n [\n 'Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:',\n \"- You don't have multiple NavigationContainers in the app each with 'linking' enabled\",\n '- Only a single instance of the root component is rendered',\n Platform.OS === 'android'\n ? \"- You have set 'android:launchMode=singleTask' in the '<activity />' section of the 'AndroidManifest.xml' file to avoid launching multiple instances\"\n : '',\n ]\n .join('\\n')\n .trim()\n );\n }\n\n const handler = Symbol();\n\n if (enabled !== false) {\n linkingHandlers.push(handler);\n }\n\n return () => {\n const index = linkingHandlers.indexOf(handler);\n\n if (index > -1) {\n linkingHandlers.splice(index, 1);\n }\n };\n }, [enabled, independent]);\n\n // We store these options in ref to avoid re-creating getInitialState and re-subscribing listeners\n // This lets user avoid wrapping the items in `React.useCallback` or `React.useMemo`\n // Not re-creating `getInitialState` is important coz it makes it easier for the user to use in an effect\n const enabledRef = React.useRef(enabled);\n const prefixesRef = React.useRef(prefixes);\n const filterRef = React.useRef(filter);\n const configRef = React.useRef(config);\n const getInitialURLRef = React.useRef(getInitialURL);\n const getStateFromPathRef = React.useRef(getStateFromPath);\n const getActionFromStateRef = React.useRef(getActionFromState);\n\n React.useEffect(() => {\n enabledRef.current = enabled;\n prefixesRef.current = prefixes;\n filterRef.current = filter;\n configRef.current = config;\n getInitialURLRef.current = getInitialURL;\n getStateFromPathRef.current = getStateFromPath;\n getActionFromStateRef.current = getActionFromState;\n });\n\n const getStateFromURL = React.useCallback(\n (url: string | null | undefined) => {\n if (!url || (filterRef.current && !filterRef.current(url))) {\n return undefined;\n }\n\n const path = extractPathFromURL(prefixesRef.current, url);\n\n return path\n ? getStateFromPathRef.current(path, configRef.current)\n : undefined;\n },\n []\n );\n\n const getInitialState = React.useCallback(() => {\n let state: ResultState | undefined;\n\n if (enabledRef.current) {\n const url = getInitialURLRef.current();\n\n if (url != null && typeof url !== 'string') {\n return url.then((url) => {\n const state = getStateFromURL(url);\n\n return state;\n });\n }\n\n state = getStateFromURL(url);\n }\n\n const thenable = {\n then(onfulfilled?: (state: ResultState | undefined) => void) {\n return Promise.resolve(onfulfilled ? onfulfilled(state) : state);\n },\n catch() {\n return thenable;\n },\n };\n\n return thenable as PromiseLike<ResultState | undefined>;\n }, [getStateFromURL]);\n\n React.useEffect(() => {\n const listener = (url: string) => {\n if (!enabled) {\n return;\n }\n\n const navigation = ref.current;\n const state = navigation ? getStateFromURL(url) : undefined;\n\n if (navigation && state) {\n // Make sure that the routes in the state exist in the root navigator\n // Otherwise there's an error in the linking configuration\n const rootState = navigation.getRootState();\n\n if (state.routes.some((r) => !rootState?.routeNames.includes(r.name))) {\n console.warn(\n \"The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the linking configuration doesn't match the navigation structure. See https://reactnavigation.org/docs/configuring-links for more details on how to specify a linking configuration.\"\n );\n return;\n }\n\n const action = getActionFromStateRef.current(state, configRef.current);\n\n if (action !== undefined) {\n try {\n navigation.dispatch(action);\n } catch (e) {\n // Ignore any errors from deep linking.\n // This could happen in case of malformed links, navigation object not being initialized etc.\n console.warn(\n `An error occurred when trying to handle the link '${url}': ${e.message}`\n );\n }\n } else {\n navigation.resetRoot(state);\n }\n }\n };\n\n return subscribe(listener);\n }, [enabled, getStateFromURL, ref, subscribe]);\n\n return {\n getInitialState,\n };\n}\n"]}
1
+ {"version":3,"sources":["useLinking.native.tsx"],"names":["getActionFromState","getActionFromStateDefault","getStateFromPath","getStateFromPathDefault","React","Linking","Platform","extractPathFromURL","linkingHandlers","useLinking","ref","independent","enabled","prefixes","filter","config","getInitialURL","Promise","race","resolve","setTimeout","subscribe","listener","callback","url","subscription","addEventListener","remove","removeEventListener","useEffect","process","env","NODE_ENV","undefined","length","console","error","OS","join","trim","handler","Symbol","push","index","indexOf","splice","enabledRef","useRef","prefixesRef","filterRef","configRef","getInitialURLRef","getStateFromPathRef","getActionFromStateRef","current","getStateFromURL","useCallback","path","getInitialState","state","then","thenable","onfulfilled","catch","navigation","rootState","getRootState","routes","some","r","routeNames","includes","name","warn","action","dispatch","e","message","resetRoot"],"mappings":"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","sourcesContent":["import {\n getActionFromState as getActionFromStateDefault,\n getStateFromPath as getStateFromPathDefault,\n NavigationContainerRef,\n ParamListBase,\n} from '@react-navigation/core';\nimport * as React from 'react';\nimport { Linking, Platform } from 'react-native';\n\nimport extractPathFromURL from './extractPathFromURL';\nimport type { LinkingOptions } from './types';\n\ntype ResultState = ReturnType<typeof getStateFromPathDefault>;\n\ntype Options = LinkingOptions<ParamListBase> & {\n independent?: boolean;\n};\n\nlet linkingHandlers: Symbol[] = [];\n\nexport default function useLinking(\n ref: React.RefObject<NavigationContainerRef<ParamListBase>>,\n {\n independent,\n enabled = true,\n prefixes,\n filter,\n config,\n getInitialURL = () =>\n Promise.race([\n Linking.getInitialURL(),\n new Promise<undefined>((resolve) =>\n // Timeout in 150ms if `getInitialState` doesn't resolve\n // Workaround for https://github.com/facebook/react-native/issues/25675\n setTimeout(resolve, 150)\n ),\n ]),\n subscribe = (listener) => {\n const callback = ({ url }: { url: string }) => listener(url);\n\n const subscription = Linking.addEventListener('url', callback) as\n | { remove(): void }\n | undefined;\n\n return () => {\n // https://github.com/facebook/react-native/commit/6d1aca806cee86ad76de771ed3a1cc62982ebcd7\n if (subscription?.remove) {\n subscription.remove();\n } else {\n Linking.removeEventListener('url', callback);\n }\n };\n },\n getStateFromPath = getStateFromPathDefault,\n getActionFromState = getActionFromStateDefault,\n }: Options\n) {\n React.useEffect(() => {\n if (process.env.NODE_ENV === 'production') {\n return undefined;\n }\n\n if (independent) {\n return undefined;\n }\n\n if (enabled !== false && linkingHandlers.length) {\n console.error(\n [\n 'Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:',\n \"- You don't have multiple NavigationContainers in the app each with 'linking' enabled\",\n '- Only a single instance of the root component is rendered',\n Platform.OS === 'android'\n ? \"- You have set 'android:launchMode=singleTask' in the '<activity />' section of the 'AndroidManifest.xml' file to avoid launching multiple instances\"\n : '',\n ]\n .join('\\n')\n .trim()\n );\n }\n\n const handler = Symbol();\n\n if (enabled !== false) {\n linkingHandlers.push(handler);\n }\n\n return () => {\n const index = linkingHandlers.indexOf(handler);\n\n if (index > -1) {\n linkingHandlers.splice(index, 1);\n }\n };\n }, [enabled, independent]);\n\n // We store these options in ref to avoid re-creating getInitialState and re-subscribing listeners\n // This lets user avoid wrapping the items in `React.useCallback` or `React.useMemo`\n // Not re-creating `getInitialState` is important coz it makes it easier for the user to use in an effect\n const enabledRef = React.useRef(enabled);\n const prefixesRef = React.useRef(prefixes);\n const filterRef = React.useRef(filter);\n const configRef = React.useRef(config);\n const getInitialURLRef = React.useRef(getInitialURL);\n const getStateFromPathRef = React.useRef(getStateFromPath);\n const getActionFromStateRef = React.useRef(getActionFromState);\n\n React.useEffect(() => {\n enabledRef.current = enabled;\n prefixesRef.current = prefixes;\n filterRef.current = filter;\n configRef.current = config;\n getInitialURLRef.current = getInitialURL;\n getStateFromPathRef.current = getStateFromPath;\n getActionFromStateRef.current = getActionFromState;\n });\n\n const getStateFromURL = React.useCallback(\n (url: string | null | undefined) => {\n if (!url || (filterRef.current && !filterRef.current(url))) {\n return undefined;\n }\n\n const path = extractPathFromURL(prefixesRef.current, url);\n\n return path\n ? getStateFromPathRef.current(path, configRef.current)\n : undefined;\n },\n []\n );\n\n const getInitialState = React.useCallback(() => {\n let state: ResultState | undefined;\n\n if (enabledRef.current) {\n const url = getInitialURLRef.current();\n\n if (url != null && typeof url !== 'string') {\n return url.then((url) => {\n const state = getStateFromURL(url);\n\n return state;\n });\n }\n\n state = getStateFromURL(url);\n }\n\n const thenable = {\n then(onfulfilled?: (state: ResultState | undefined) => void) {\n return Promise.resolve(onfulfilled ? onfulfilled(state) : state);\n },\n catch() {\n return thenable;\n },\n };\n\n return thenable as PromiseLike<ResultState | undefined>;\n }, [getStateFromURL]);\n\n React.useEffect(() => {\n const listener = (url: string) => {\n if (!enabled) {\n return;\n }\n\n const navigation = ref.current;\n const state = navigation ? getStateFromURL(url) : undefined;\n\n if (navigation && state) {\n // Make sure that the routes in the state exist in the root navigator\n // Otherwise there's an error in the linking configuration\n const rootState = navigation.getRootState();\n\n if (state.routes.some((r) => !rootState?.routeNames.includes(r.name))) {\n console.warn(\n \"The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the linking configuration doesn't match the navigation structure. See https://reactnavigation.org/docs/configuring-links for more details on how to specify a linking configuration.\"\n );\n return;\n }\n\n const action = getActionFromStateRef.current(state, configRef.current);\n\n if (action !== undefined) {\n try {\n navigation.dispatch(action);\n } catch (e) {\n // Ignore any errors from deep linking.\n // This could happen in case of malformed links, navigation object not being initialized etc.\n console.warn(\n `An error occurred when trying to handle the link '${url}': ${\n typeof e === 'object' && e != null && 'message' in e\n ? // @ts-expect-error: we're already checking for this\n e.message\n : e\n }`\n );\n }\n } else {\n navigation.resetRoot(state);\n }\n }\n };\n\n return subscribe(listener);\n }, [enabled, getStateFromURL, ref, subscribe]);\n\n return {\n getInitialState,\n };\n}\n"]}