Skip to content

Commit 23a1043

Browse files
committed
fix: changes after self-review
1 parent 04669d0 commit 23a1043

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docs/api/components/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 2,
44
"link": {
55
"type": "generated-index",
6-
"description": "JS components that provides high-level abstraction for handling keyboard and interactions with it"
6+
"description": "A set of JS components that simplify keyboard management and user interaction handling"
77
}
88
}

docs/docs/api/hooks/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 1,
44
"link": {
55
"type": "generated-index",
6-
"description": "react hooks exposed by this library"
6+
"description": "React hooks provided by this library"
77
}
88
}

docs/docs/api/views/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 3,
44
"link": {
55
"type": "generated-index",
6-
"description": "Native views that are exposed from this library."
6+
"description": "Native views provided by this library"
77
}
88
}

docs/docs/api/views/keyboard-gesture-area.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 4
33
title: KeyboardGestureArea
4-
description: View for keyboard dismissal gestures
4+
description: View for gestures that will control keyboard position
55
keywords:
66
[
77
react-native-keyboard-controller,

0 commit comments

Comments
 (0)