You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surveys.hasRespondedToSurvey
You should not pass it a callback but use the returned Promise as follows:
consttags=awaitInstabug.getTags();
Improve release variant's build time on Android, by using the react-native-generated source map file, instead of generating it within our scripts (#938).
Improve debug variant's build time on iOS, by disabling automatic source map file uploads (#942).
Deprecated
Deprecate the callback parameter in the aforementioned methods (#948).