All Collections
FAQs and Troubleshooting
Is there a way to listen for the "Shake invoked" event, so we can trigger another event (analytics for example) at that moment?
Is there a way to listen for the "Shake invoked" event, so we can trigger another event (analytics for example) at that moment?

There is no such listener but you can achieve the same thing using a different approach.

Peter Simic avatar
Written by Peter Simic
Updated over a week ago

The same thing can be achieved by listening for the generic shaking gesture yourself.

At that moment perform that action of your choice, and then invoke Shake through code using the Shake.show() method: iOS, Android, React Native, Flutter. Voilà!

Visit our Public Roadmap

If you still want us to develop this event though, visit our Public Roadmap as everyone else: Feel free to create or upvote a related Post and we might choose to develop it soon.

Did this answer your question?