You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Migrate to native bottom tab navigator using image assets for tab icons and update react-native-screens. (#415)
* feat: Migrate to native bottom tab navigator using image assets for tab icons and update `react-native-screens`.
* fix: add contentInsetAdjustmentBehavior to ScrollViews for liquid glass tab bar
- Add contentInsetAdjustmentBehavior='automatic' to ActScreen, BudgetScreen, CategorySelectionScreen, EmissionsScreen, SettingsScreen, and SubCategorySelectionScreen
- This ensures content scrolls properly and is not hidden behind the translucent native bottom tab bar
- Update related snapshots
* refactor: Update MonthlyBudgetScreen to use a root ScrollView and adjust button container layout.
* feat: Add `contentInsetAdjustmentBehavior='automatic'` to all scroll views and flat lists.
* feat: Add safe area bottom padding to scrollable content on various screens.
// Standard Android Bottom Tab Bar height (typically 56dp) plus a small 4dp buffer. We must use a hardcoded value here because the dynamic useBottomTabBarHeight hook causes a crash when used outside the Tab Navigator context (which is the case with our Native Tabs setup)
0 commit comments