Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Releases: Instabug/Instabug-React-Native

Release v1.1.7

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 17 Jul 15:57

Fix promptOptions APIs for iOS
Update readme.md

Release v1.1.6

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 09 Jul 15:39

We Moved instantiating Instabug to the Android Entry point itself instead of instantiating Instabug in the bridging file to fix InstabugSDK delay issue.
So, We changed the integration steps which is going to be included in our docs and the readme as well.
https://docs.instabug.com/docs/react-native-integration

Release v1.1.4

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 27 Jun 14:38

Fix setShakingThresholdForAndroid API parameter type

Release v1.1.3

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 27 Jun 12:29

Expose Instabug.isRunningLive(runningLiveCallBack) API to JS
For Checking whether the app is in development/Beta testing mode OR live
Note: This API is for iOS only

Release v1.1.2

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 26 Jun 21:42

Expose Instabug.setShakingThresholdForAndroid API to JS

Release v1.1.1

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 26 Jun 15:31

Expose enable and disable APIs to JS

Release v1.1.0

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 22 Jun 23:28

In this version, we added a lot of new features to help you get the most benefit from the Instabug SDK
and its awesome features all those features now documented here
Check it out: https://docs.instabug.com/docs/react-native-overview

Release v1.0.8

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 10 Jun 03:37

Fixes issue #36 setUserName API typo

Release v1.0.7

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 07 Feb 01:54

Avoid OS validation when using one of the Android API which does not exist for iOS and vice versa.
Fix iOS enums by using the new IBGTypes file

Release v1.0.6

Choose a tag to compare

@DevHossamHassan DevHossamHassan released this 30 Jan 20:12

Enable Instabug constants in Android Instabug.invocationEvent , Instabug.invocationMode , Instabug.locale
ex: Now you can use this for setting the invocation event to InstabugSdk in IOS and Android at the same time.
Instabug.setInvocationEvent(Instabug.invocationEvent.shake);

InstabugInvocationEvents

Instabug.invocationEvent.none
Instabug.invocationEvent.shake
Instabug.invocationEvent.screenshot
Instabug.invocationEvent.floatingButton
Instabug.invocationEvent.twoFingersSwipe

InstabugInvocationMode

Instabug.invocationMode.NA
Instabug.invocationMode.newBug
Instabug.invocationMode.newFeedback
Instabug.invocationMode.newChat
Instabug.invocationMode.chatsList

InstabugInvocationLocale

Instabug.locale.arabic
Instabug.locale.chineseSimplified
Instabug.locale.chineseTraditional
Instabug.locale.czech
Instabug.locale.danish
Instabug.locale.english
Instabug.locale.french
Instabug.locale.german
Instabug.locale.italian
Instabug.locale.japanese
Instabug.locale.polish
Instabug.locale.portugueseBrazil
Instabug.locale.russian
Instabug.locale.spanish
Instabug.locale.swedish
Instabug.locale.turkish

Use IBGLog instead of log API in Android
Use setInvocationEvent instead of 'changeInvocationEvent' in Android
Fix typos �in IOS bridge and index.js

adjust code formatting js, java �
update the readme �