Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo from 'orderWidth' to 'borderWidth'
orderWidth is not valid and it should be changed to borderWidth
  • Loading branch information
yash2974 authored Sep 15, 2025
commit 1787600dfa67293849dc1fb23973ab2d2cbb9cf5
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/drawer-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Example:
drawerItemStyle: {
backgroundColor: '#9dd3c8',
borderColor: 'black',
orderWidth: 2,
borderWidth: 2,
opacity: 0.6,
},
```
Expand Down
Loading