about summary refs log tree commit diff
path: root/src/lib/haptics.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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