about summary refs log tree commit diff
path: root/src/screens/Messages/components
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
* Fix media query used to prevent enter sending DM on mobile web (#6669)Bas van den Wollenberg2024-11-231-2/+2
|
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-192-2/+2
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-172-23/+23
| | | | | | | | | | | | | | | | | | | | | * 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
* Add email verification prompts throughout the app (#6174)Hailey2024-11-121-1/+10
|
* deleted account (#6224)Minseo Lee2024-11-111-1/+1
|
* 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
* Swipeable to delete chat, custom swipeable (#5614)Hailey2024-10-071-167/+213
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* move files around (#5576)Samuel Newman2024-10-027-0/+1680