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:
- First, set the
setUserFeedbackEnabledflag tofalse. - Then, call the
Shake.startmethod.
- Javascript
- Typescript
index.js
Shake.setUserFeedbackEnabled(false);
index.ts
Shake.setUserFeedbackEnabled(false);