Skip to content

Commit

Permalink
Merge pull request #2311 from CruGlobal/fix/bottom-nav
Browse files Browse the repository at this point in the history
Add safe are padding
  • Loading branch information
alberto-kodeacross authored Jan 6, 2024
2 parents 240553d + 172aaf3 commit 06a8d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ const MainTabBar = createBottomTabNavigator(tabs, {
backgroundColor: theme.white,
paddingTop: 4,
},
safeAreaInset: { vertical: 'always' },
activeTintColor: theme.primaryColor,
inactiveTintColor: theme.lightGrey,
// @ts-ignore
Expand Down

0 comments on commit 06a8d6f

Please sign in to comment.