Commit a3538f9
authored
docs: add
## 📜 Description
Added `avoid keyboard` to keywords + updated SEO keywords.
## 💡 Motivation and Context
When I do search for `avoid keyboard react native` on `npm` the
`react-native-keyboard-controller` is not showing up in the search
results:
<img width="1529" alt="image"
src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/22820318/e885b77e-b72f-4e2a-89b1-8544888ac900">
So this PR fixes this 🙃
## 📢 Changelog
### Docs
- added `avoid keyboard` to `keywords` in `package.json`;
- updated SEO keywords;
- fixed flaky e2e test (exclude a picture from blogpost);
## 🤔 How Has This Been Tested?
There is no way to test these changes - can be verified only after merge
+ publishing.
## 📸 Screenshots (if appropriate):
🤷♂️
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changedavoid keyboard keyword, update SEO keywords, fix flaky docs e2e tests (#425)1 parent 0c90ac8 commit a3538f9
File tree
4 files changed
+10
-2
lines changed- docs
- __tests__
- blog/2022-09-22-fabric
4 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments