Skip to content

Commit 421111e

Browse files
authored
Fix syntax error in tabBarPosition example
1 parent 701c32b commit 421111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/bottom-tab-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ When the tab bar is positioned on the `left` or `right`, it is styled as a sideb
495495
```js
496496
const Tabs = createBottomTabNavigator({
497497
screenOptions: {
498-
tabBarPosition: isLargeScreen ? 'left' ? 'bottom',
498+
tabBarPosition: isLargeScreen ? 'left' : 'bottom',
499499
},
500500

501501
// ...

0 commit comments

Comments
 (0)