Skip to content

Commit b06ed32

Browse files
bkeeperssatya164
authored andcommitted
Fix syntax error in tabBarPosition example (react-navigation#1414)
1 parent 67f04a1 commit b06ed32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)