Skip to content

Commit

Permalink
disable focus trap for search bottom tab screen
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Sep 16, 2024
1 parent 9a0bc92 commit 058e2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FocusTrap/BOTTOM_TAB_SCREENS.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import NAVIGATORS from '@src/NAVIGATORS';
import SCREENS from '@src/SCREENS';

const BOTTOM_TAB_SCREENS = [SCREENS.HOME, SCREENS.SETTINGS.ROOT, NAVIGATORS.BOTTOM_TAB_NAVIGATOR];
const BOTTOM_TAB_SCREENS = [SCREENS.HOME, SCREENS.SETTINGS.ROOT, NAVIGATORS.BOTTOM_TAB_NAVIGATOR, SCREENS.SEARCH.BOTTOM_TAB];

export default BOTTOM_TAB_SCREENS;

0 comments on commit 058e2bb

Please sign in to comment.