Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Releases: launchdarkly/react-native-client-sdk

7.1.3

21 Mar 18:46
Compare
Choose a tag to compare

[7.1.3] - 2023-03-21

Fixed:

  • Updating underlying Android dependency to include fix for allFlagsChangeListener.

7.1.2

15 Mar 18:13
Compare
Choose a tag to compare

[7.1.2] - 2023-03-15

Fixed:

  • On Android if proguard is enabled, the sdk crashes on init because the consumer-proguard-rules.pro file is missing.

6.3.3

15 Mar 18:07
Compare
Choose a tag to compare

[6.3.3] - 2023-03-15

Fixed:

  • On Android if proguard is enabled, the sdk crashes on init because the consumer-proguard-rules.pro file is missing.

6.3.2

14 Mar 16:21
Compare
Choose a tag to compare

[6.3.2] - 2023-03-14

Fixed:

  • Remove extra resolve in the jsonVariation call. (Thanks, adamivancza!)

7.1.1

06 Mar 23:43
Compare
Choose a tag to compare

[7.1.1] - 2023-03-06

Added:

  • Added react-native 0.71.x to the list of supported versions in README.

7.1.0

06 Mar 23:00
Compare
Choose a tag to compare

[7.1.0] - 2023-03-06

Added:

  • Support for react-native 0.71

7.0.4

03 Mar 22:29
Compare
Choose a tag to compare

[7.0.4] - 2023-03-03

Fixed:

  • Fixed wrong parameter order in configureWithTimeout function on Android. Thank you for your contributions again adamivancza!

7.0.3

02 Mar 21:58
Compare
Choose a tag to compare

[7.0.3] - 2023-03-02

Fixed:

  • Remove extra resolve in the jsonVariation call. (Thanks, adamivancza!)

7.0.2

02 Mar 00:42
Compare
Choose a tag to compare

[7.0.2] - 2023-03-01

Changed:

  • In Android, most promise rejects have been replaced with warning log and a promise resolve of default values. This behavior is now consistent with iOS.

  • In Android allFlags will never reject. If an exception occurs the sdk logs a warning and resolves an empty Map. This behavior is also now consistent with iOS.

7.0.1

27 Feb 21:54
Compare
Choose a tag to compare

[7.0.1] - 2023-02-27

Changed:

  • Updated readme to reflect supported versions.