Skip to content

Releases: Countly/countly-sdk-react-native-bridge

20.4.4

30 Jun 19:57
Compare
Choose a tag to compare
header files missed to be copied

20.4.3

29 May 08:53
Compare
Choose a tag to compare

pinnedCertificate feature added.

20.4.1

26 May 12:31
Compare
Choose a tag to compare

Record View with segment added.

19.8.3

13 Mar 12:23
Compare
Choose a tag to compare

Source code removed.
Added pod dependencies.

Having upgrade issues?

Change from
pod ‘Countly’, :path => ‘../node_modules/countly-sdk-react-native-bridge’, :modular_headers => true
To
pod ‘CountlyReactNative’, :path => ‘../node_modules/countly-sdk-react-native-bridge’, :modular_headers => true

AwesomeProject/ios/PodFile

Change the name from Countly -> CountlyReactNative

19.8.2

21 Nov 05:38
Compare
Choose a tag to compare

changeDeviceId minor bug reported by a customer fixed.

19.8.1

05 Aug 14:47
Compare
Choose a tag to compare

Added method "remoteConfigClearValues"
To clear cache value on remote config.

Thanks

Auto rating modal issue fixed

22 Jul 16:21
Compare
Choose a tag to compare

StarRating modal was getting launched automatically because of default init parameters, now fixed.

Fix on ios .pod file

18 Jul 12:17
Compare
Choose a tag to compare

As per new react native version, linking is deprecated,
an so no longer react-native link

yarn add will auto link it.

Thanks

19.02.6

24 Jun 10:59
Compare
Choose a tag to compare

Added rich push notification support on android.
Fixed GDPR consent method on android and iOS.

19.02.5

06 Jun 07:25
Compare
Choose a tag to compare
  1. camelCase added to IOS files.