This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: launchdarkly/react-native-client-sdk
Releases · launchdarkly/react-native-client-sdk
7.1.3
[7.1.3] - 2023-03-21
Fixed:
- Updating underlying Android dependency to include fix for allFlagsChangeListener.
7.1.2
[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
[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
7.1.1
[7.1.1] - 2023-03-06
Added:
- Added react-native 0.71.x to the list of supported versions in README.
7.1.0
[7.1.0] - 2023-03-06
Added:
- Support for react-native 0.71
7.0.4
[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
7.0.2
[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
[7.0.1] - 2023-02-27
Changed:
- Updated readme to reflect supported versions.