diff --git a/packages/native/src/types.tsx b/packages/native/src/types.tsx index b6515bad..206cfc66 100644 --- a/packages/native/src/types.tsx +++ b/packages/native/src/types.tsx @@ -65,11 +65,11 @@ export type LinkingOptions = { ) => undefined | void | (() => void); /** * Custom function to parse the URL to a valid navigation state (advanced). - * Only applicable on Web. */ getStateFromPath?: typeof getStateFromPathDefault; /** * Custom function to convert the state object to a valid URL (advanced). + * Only applicable on Web. */ getPathFromState?: typeof getPathFromStateDefault; };