about summary refs log tree commit diff
path: root/src/screens/Messages/components/MessagesList.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix Android keyboard bug when opening a sheet (#6739)Samuel Newman2024-11-261-10/+14
| | | | | * reimplement KeyboardStickyView * fix missing arg
* Fix `<List>` types (#6756)Samuel Newman2024-11-261-3/+3
| | | | | | | * fix List and ScrollView types * add comment * rm omitting ref
* fix: keyboard handler memoization (#6719)Kirill Zyusko2024-11-251-22/+25
| | | | | * fix: keyboard handler memoization * fix: return missing dependency
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-171-18/+18
| | | | | | | | | | | | | | | | | | | | | * Convert lightbox to get/set * Work around software-mansion/react-native-reanimated#6613 * Use get/set in more places * Port MainScrollProvider to get/set * Port more to get/set * Port composer to get/set * Remove unnecessary thread hops in composer * Port more things to get/set * Convert more to get/set, remove redundant runOnJS * Convert remaining cases to get/set
* Improve chat performance (#6157)Samuel Newman2024-11-081-5/+5
| | | | | * fix worklet funcs on gestures * don't access .value in render
* Update Reanimated (#6126)dan2024-11-051-1/+1
| | | | | | | | | * Update Reanimated * Fix types * Fix Reanimated value access warnings * Fix types
* move files around (#5576)Samuel Newman2024-10-021-0/+454