Skip to content

Commit

Permalink
fix ios
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 15, 2024
1 parent 58a24bc commit 1e8684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/linkTo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default function linkTo(navigation: NavigationContainerRef<RootStackParam
const actionForBottomTabNavigator = getActionForBottomTabNavigator(action, rootState);

if (!actionForBottomTabNavigator) {
throw new Error('Could not get action for bottom tab navigator');
return;
}

root.dispatch(actionForBottomTabNavigator);
Expand Down

0 comments on commit 1e8684b

Please sign in to comment.