Skip to content

Commit

Permalink
fix: invalidate deeplink timeout in new nav #trivial (#11287)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle authored Dec 16, 2024
1 parent 6979723 commit 6929cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ export const Navigation = () => {
)
}

if (currentRoute && Platform.OS === "ios") {
LegacyNativeModules.ARTDeeplinkTimeoutModule.invalidateDeeplinkTimeout()
}

addBreadcrumb({
message: `navigated to ${currentRoute?.name}`,
category: "navigation",
Expand Down

0 comments on commit 6929cd0

Please sign in to comment.