Skip to content

Commit

Permalink
chore: updated the patch for expo router
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbrandyberry committed May 23, 2024
1 parent 32d392a commit 92b2818
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions patches/expo-router+3.5.14.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/node_modules/expo-router/build/global-state/routing.js b/node_modules/expo-router/build/global-state/routing.js
index 764db0b..1dfc216 100644
--- a/node_modules/expo-router/build/global-state/routing.js
+++ b/node_modules/expo-router/build/global-state/routing.js
@@ -226,6 +226,9 @@ function getNavigateAction(actionState, navigationState, type = 'NAVIGATE') {
if (type === 'REPLACE' && navigationState.type === 'tab') {
type = 'JUMP_TO';
}
+
+ rootPayload.params.initial = false
+
return {
type,
target: navigationState.key,

0 comments on commit 92b2818

Please sign in to comment.