I'm using the react bindings for my application. When I complete an action and show a success toast which triggers inside a useEffect, I wanted to trigger the success haptic preset but it doesn't, same as when trying to trigger inside a try/catch block.
The haptics as of now have been triggered only with regular onClick handlers. Would be nice to have them trigger this way too.
Will try to make a contribution myself but I leave it here in case is already being developed!