ReactNative💬 Feedback buttonOn this page💬 Feedback buttonIn some situations you might want to take full control over the feedback button. In order to show or hide the feedback button, you can simply use the following methods.Show the feedback buttonGleap.showFeedbackButton(true);Hide the feedback buttonGleap.showFeedbackButton(false);