Releases: Countly/countly-sdk-react-native-bridge
20.4.4
header files missed to be copied
20.4.3
pinnedCertificate feature added.
20.4.1
Record View with segment added.
19.8.3
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
changeDeviceId minor bug reported by a customer fixed.
19.8.1
Added method "remoteConfigClearValues"
To clear cache value on remote config.
Thanks
Auto rating modal issue fixed
StarRating modal was getting launched automatically because of default init parameters, now fixed.
Fix on ios .pod file
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
Added rich push notification support on android.
Fixed GDPR consent method on android and iOS.
19.02.5
- camelCase added to IOS files.