Skip to content

Commit 40e865b

Browse files
committed
Fix heading levels for community libraries
1 parent 787e941 commit 40e865b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

versioned_docs/version-7.x/community-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ A library that provides customizable screen transition animations for React Navi
1818

1919
[Repository](https://github.com/eds2002/react-native-screen-transitions)
2020

21-
### react-navigation-header-buttons
21+
## react-navigation-header-buttons
2222

2323
Helps you to render buttons in the navigation bar and handle the styling so you don't have to. It tries to mimic the appearance of native navbar buttons and attempts to offer a simple interface for you to interact with.
2424

2525
[Repository](https://github.com/vonovak/react-navigation-header-buttons)
2626

27-
### react-navigation-props-mapper
27+
## react-navigation-props-mapper
2828

2929
Provides simple HOCs that map react-navigation props to your screen components directly - ie. instead of `const user = this.props.route.params.activeUser`, you'd write `const user = this.props.activeUser`.
3030

versioned_docs/version-8.x/community-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ A library that provides customizable screen transition animations for React Navi
1818

1919
[Repository](https://github.com/eds2002/react-native-screen-transitions)
2020

21-
### react-navigation-header-buttons
21+
## react-navigation-header-buttons
2222

2323
Helps you to render buttons in the navigation bar and handle the styling so you don't have to. It tries to mimic the appearance of native navbar buttons and attempts to offer a simple interface for you to interact with.
2424

2525
[Repository](https://github.com/vonovak/react-navigation-header-buttons)
2626

27-
### react-navigation-props-mapper
27+
## react-navigation-props-mapper
2828

2929
Provides simple HOCs that map react-navigation props to your screen components directly - ie. instead of `const user = this.props.route.params.activeUser`, you'd write `const user = this.props.activeUser`.
3030

0 commit comments

Comments
 (0)