about summary refs log tree commit diff
path: root/src/lib/custom-animations/PressableScale.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+0
| | | | | | | | | 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-171-8/+5
| | | | | | | | | | | | | | | | | | | | | * 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
* dont scale in pressable w/ reduced motion (#5697)Hailey2024-10-101-1/+4
|
* Rework native autocomplete (#5521)Hailey2024-09-271-8/+9
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Use scale animation for tabs (#5483)Samuel Newman2024-09-251-11/+16
| | | | | * fix passing PressableScale oPressIn prop * use PressableScale for tabs
* Improve style of reply bar (#5447)Hailey2024-09-251-0/+53
Co-authored-by: Samuel Newman <mozzius@protonmail.com>