Skip to content

Releases: Instabug/Instabug-React-Native

Release v1.1.9

24 Jul 18:50
Compare
Choose a tag to compare

Added support for setting the floating button edge and, the floating button offset from the top.

Added Set Intro Message Enabled Instabug.setIntroMessageEnabled(true); for Android.

Deprecate the old package constructor

new RNInstabugReactnativePackage("YOUR_APP_TOKEN", MainApplication.this,"shake","#1D82DC")

for the new

new RNInstabugReactnativePackage.Builder("YOUR_APP_TOKEN", MainApplication.this)
                           .setInvocationEvent("shake")
                           .setPrimaryColor("#1D82DC")
                           .setFloatingEdge("left")
                           .setFloatingButtonOffsetFromTop(250)
                           .build()

Release v1.1.8

18 Jul 18:28
Compare
Choose a tag to compare

Fixes the bug where the SDK gets invoked automatically at app launch
and need to press twice on a button to manually invoke the SDK
Fixes a bug where changing the value of the strings did not work correctly

Release v1.1.7

17 Jul 15:57
Compare
Choose a tag to compare

Fix promptOptions APIs for iOS
Update readme.md

Release v1.1.6

09 Jul 15:39
Compare
Choose a tag to compare

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

27 Jun 14:38
Compare
Choose a tag to compare

Fix setShakingThresholdForAndroid API parameter type

Release v1.1.3

27 Jun 12:29
Compare
Choose a tag to compare

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

26 Jun 21:42
Compare
Choose a tag to compare

Expose Instabug.setShakingThresholdForAndroid API to JS

Release v1.1.1

26 Jun 15:31
Compare
Choose a tag to compare

Expose enable and disable APIs to JS

Release v1.1.0

22 Jun 23:28
Compare
Choose a tag to compare

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

10 Jun 03:37
Compare
Choose a tag to compare

Fixes issue #36 setUserName API typo