Skip to content

Commit 92d6cee

Browse files
authored
docs: unify prop inheritance style for KeyboardAwareScrollView component (#607)
## 📜 Description Added link + change style to match props name style. ## 💡 Motivation and Context To keep everything consistent 😊 ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - add hyperlink to prop inheritance; - change style to match props name style. ## 🤔 How Has This Been Tested? Tested on `localhost:3000`. ## 📸 Screenshots (if appropriate): <img width="1424" alt="image" src="https://github.com/user-attachments/assets/1e273b49-1f7d-41ba-a95d-833cb3ad9a9f"> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 9d8c618 commit 92d6cee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/docs/api/components/keyboard-aware-scroll-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Below is a table with the most important functions and their support in various
6262
6363
## Props
6464

65-
### ScrollView Props
65+
### [`ScrollView Props`](https://reactnative.dev/docs/scrollview#props)
6666

6767
Inherits [ScrollView Props](https://reactnative.dev/docs/scrollview#props).
6868

docs/versioned_docs/version-1.10.0/api/components/keyboard-aware-scroll-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Below is a table with the most important functions and their support in various
6161
6262
## Props
6363

64-
### ScrollView Props
64+
### [`ScrollView Props`](https://reactnative.dev/docs/scrollview#props)
6565

6666
Inherits [ScrollView Props](https://reactnative.dev/docs/scrollview#props).
6767

docs/versioned_docs/version-1.11.0/api/components/keyboard-aware-scroll-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Below is a table with the most important functions and their support in various
6161
6262
## Props
6363

64-
### ScrollView Props
64+
### [`ScrollView Props`](https://reactnative.dev/docs/scrollview#props)
6565

6666
Inherits [ScrollView Props](https://reactnative.dev/docs/scrollview#props).
6767

docs/versioned_docs/version-1.12.0/api/components/keyboard-aware-scroll-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Below is a table with the most important functions and their support in various
6262
6363
## Props
6464

65-
### ScrollView Props
65+
### [`ScrollView Props`](https://reactnative.dev/docs/scrollview#props)
6666

6767
Inherits [ScrollView Props](https://reactnative.dev/docs/scrollview#props).
6868

docs/versioned_docs/version-1.13.0/api/components/keyboard-aware-scroll-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Below is a table with the most important functions and their support in various
6262
6363
## Props
6464

65-
### ScrollView Props
65+
### [`ScrollView Props`](https://reactnative.dev/docs/scrollview#props)
6666

6767
Inherits [ScrollView Props](https://reactnative.dev/docs/scrollview#props).
6868

0 commit comments

Comments
 (0)