Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use compiler-safe Reanimated get/set APIs (#6391) | dan | 2024-11-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Sort imports (#6009) | dan | 2024-10-29 | 1 | -4/+4 |
| | | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix | ||||
* | fix to negative top of component so it moves with container growth (#4151) | Samuel Newman | 2024-05-21 | 1 | -1/+1 |
| | |||||
* | [🐴] Empty chat prompt (#4132) | Eric Bailey | 2024-05-20 | 1 | -0/+98 |
* Add empty chat pill * Tweak padding * move to `components`, place inside `KeyboardStickyView` * cleanup unused vars * add a new animation type * (unrelated) add haptic to long press * adjust shrink and pop --------- Co-authored-by: Hailey <me@haileyok.com> |