@convivainc/conviva-react-native-appanalytics 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
1
 
2
2
  # Changelog
3
3
 
4
+ ## 0.2.7 (31/Dec/2025)
5
+ - Supports network request url query params tracking.
6
+ - Enhanced the remote configuration feature to support instant updates.
7
+ - Using latest android(v1.2.6) and ios(v1.8.0) native packages.
8
+
4
9
  ## 0.2.6 (16/Dec/2025)
5
- - Improved App Load Time metric by collecting more data.
10
+ - Improves App Load Time metric by collecting more data.
6
11
  - Using latest android(v1.2.6) and ios(v1.7.0) native packages.
7
12
 
8
13
  ## 0.2.5 (25/Nov/2025)
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
20
20
  s.requires_arc = true
21
21
 
22
22
  s.dependency "React-Core"
23
- s.dependency "ConvivaAppAnalytics", "1.7.0"
23
+ s.dependency "ConvivaAppAnalytics", "1.8.0"
24
24
  end
@@ -4,6 +4,6 @@ import com.conviva.react.apptracker.BuildConfig;
4
4
 
5
5
  public class TrackerVersion {
6
6
 
7
- public final static String RN_CONVIVA_TRACKER_VERSION = "rn-0.2.6";
7
+ public final static String RN_CONVIVA_TRACKER_VERSION = "rn-0.2.7";
8
8
 
9
9
  }
@@ -22,6 +22,6 @@
22
22
 
23
23
  @implementation RNTrackerVersion
24
24
 
25
- NSString * const kRNTrackerVersion = @"rn-0.2.6";
25
+ NSString * const kRNTrackerVersion = @"rn-0.2.7";
26
26
 
27
27
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convivainc/conviva-react-native-appanalytics",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Conviva React Native Application Analytics Library",
5
5
  "main": "conviva-react-native-appanalytics.js",
6
6
  "repository": {