Gleap Documentation home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
ReactNative
Widget control
Documentation
API Reference
Website
Helpcenter
Roadmap
Blog
Get Started
Introduction
SDKs
Javascript
iOS
Android
ReactNative
Introducing
User identity
Track events
Track pages
AI tools
Forms
Push notifications
In-app notifications
Audio recording
Console logs
Custom actions
Ticket attributes
Custom data
Callbacks
Tags
Feedback button
Network logs
Translations
Widget control
Prefill the widget form
Conversations
Feature requests
Help center
Release notes & news
Surveys
Checklists
Flutter
FlutterFlow
Ionic / Capacitor
Cordova
Server-side event tracking
NodeJS
REST
Guides
Enforce identity verification
On this page
Open the Gleap widget
Close the Gleap widget
Widget open status
ReactNative
Widget control
In some situations you might want to take full control over showing the Gleap widget. This can be achieved with the following method.
Open the Gleap widget
Copy
Gleap
.
open
();
This method opens the Gleap widget and shows the feedback menu options.
Close the Gleap widget
Copy
Gleap
.
close
();
This method closes the Gleap widget.
Widget open status
It’s possible to request the widget open status with the following method.
Copy
const
isOpened
=
await
Gleap
.
isOpened
();
Translations
Prefill the widget form
Assistant
Responses are generated using AI and may contain mistakes.