Commit 21a939f
authored
feat: migrate
## 📜 Description
Migrate `KeyboardStickyView` back to reanimated.
## 💡 Motivation and Context
`Animated` implementation works well. However this component was
originally developed using Reanimated and now I'm planning to extend its
functionality:
- I'm planning to add proper interactive keyboard dismissal
interpolation;
- I'm going to add `freeze` property.
Both things require better control over the animation management, so I'm
switching back to reanimated implementation.
All the issues described in
#898
seems to be resolved and `1.21.x` requires higher react-native version
(where the issue has been fixed), so I think it's safe to go back to
reanimated implementation now 🤞
Closes
#1306
#1273
## 📢 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 -->
### JS
- migrate `KeyboardStickyView` to reanimated;
## 🤔 How Has This Been Tested?
Tested with e2e tests.
## 📸 Screenshots (if appropriate):
Everything works as before 🤷♂️
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changedKeyboardStickyView to reanimated (#1307)1 parent ce8ccaa commit 21a939f
1 file changed
Lines changed: 18 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | | - | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
| 57 | + | |
55 | 58 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
0 commit comments