about summary refs log tree commit diff
path: root/src/lib/haptics.ts
Commit message (Collapse)AuthorAgeFilesLines
* show a toast when a haptic is meant to fire while using simulator (#5481)Samuel Newman2024-09-251-0/+7
| | | buzzz!
* Revert change in FAB animation (#5465)Hailey2024-09-241-2/+2
|
* invert the fab animation, play a haptic (#4309)Hailey2024-09-231-10/+14
|
* Improve Android haptic, offer toggle for haptics in the app (#3482)Hailey2024-04-111-36/+9
| | | | | | | | | | | | | | | * improve android haptics, offer toggle for haptics * update haptics.ts * default to false * simplify to `playHaptic` * just leave them as `feedInfo` * use a hook for `playHaptic` * missed one of them
* migrate to 'expo-haptics' (#3418)Hailey2024-04-041-11/+18
| | | | | * migrate to 'expo-haptics' * run yarn install twice if necessary
* add isWeb check to disable haptics on webAnsh Nanda2023-05-241-7/+23
|
* add haptics to save, like, and pin actions on feedAnsh Nanda2023-05-221-0/+24