Skip to main content

Enable

The User feedback module is enabled by default.

You're viewing the React Native docs. Other platforms →  iOS Android Flutter 

This is how you disable it:

  1. First, set the setUserFeedbackEnabled flag to false.
  2. Then, call the Shake.start method.
App.js
Shake.setUserFeedbackEnabled(false);