Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Apr 5, 2024
1 parent d319c32 commit 5b1f8ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/bottom-tabs/src/views/BottomTabBar.tsx
Expand Up @@ -333,7 +333,10 @@ export function BottomTabBar({
</View>
<View
accessibilityRole="tablist"
style={[tabBarIsHorizontal ? styles.bottomContent : styles.sideContent, tabBarContentStyle]}
style={[
tabBarIsHorizontal ? styles.bottomContent : styles.sideContent,
tabBarContentStyle,
]}
>
{routes.map((route, index) => {
const focused = index === state.index;
Expand Down

0 comments on commit 5b1f8ec

Please sign in to comment.