Commit 0e4cf89
authored
docs: re-organize API section (#994)
## 📜 Description
Re-organized API section for easier navigation.
## 💡 Motivation and Context
We get more and more native views exposed from the library, so I thought
it's crucial to organize API section better. We already have `hooks` and
`components` categories and I thought to introduce a new category. I
didn't invent anything better than `views` - the idea is that in this
folder we'll have all native views (backed by native code).
## 📢 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
- added lottie animation for `KeyboardGestureArea` page;
- changed links for `KeyboardBackgroundView`;
- changed links to avoid broken links;
- changed description for `KeyboardExtender`.
## 🤔 How Has This Been Tested?
Tested via preview and CI.
## 📸 Screenshots (if appropriate):
|Before|After|
|-------|-----|
|<img width="299" alt="image"
src="https://github.com/user-attachments/assets/d2083e8e-18a2-4bfd-9525-1127d78d13df"
/>|<img width="300" alt="image"
src="https://github.com/user-attachments/assets/4bf341ff-6f7b-4992-b377-66ab2a8be47d"
/>|
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed1 parent 347fef3 commit 0e4cf89
18 files changed
Lines changed: 52 additions & 23 deletions
File tree
- docs
- blog/2024-10-01-over-keyboard-view
- docs
- api
- components
- hooks
- keyboard/use-keyboard-handler
- views
- keyboard-background-view
- keyboard-extender
- over-keyboard-view
- guides
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
0 commit comments