Skip to content

Commit c786301

Browse files
authored
Update material-top-tab-navigator.md (react-navigation#1033)
1 parent b24eef7 commit c786301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/material-top-tab-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ String indicating whether the keyboard gets dismissed in response to a drag gest
100100
Object containing the initial height and width of the screens. Passing this will improve the initial rendering performance. For most apps, this is a good default:
101101

102102
```js
103-
{ width: Dimensions.get('window').width }}
103+
{ width: Dimensions.get('window').width }
104104
```
105105

106106
#### `sceneContainerStyle`

0 commit comments

Comments
 (0)