@react-native-firebase/analytics 23.8.2 → 23.8.3

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [23.8.3](https://github.com/invertase/react-native-firebase/compare/v23.8.2...v23.8.3) (2026-01-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **ios:** use react-native podspec module infra for deps ([c66eb63](https://github.com/invertase/react-native-firebase/commit/c66eb63f60cfbabdeb73a3bb1eff8735f11ad391))
11
+
6
12
  ## [23.8.2](https://github.com/invertase/react-native-firebase/compare/v23.8.1...v23.8.2) (2026-01-14)
7
13
 
8
14
  **Note:** Version bump only for package @react-native-firebase/analytics
@@ -29,10 +29,15 @@ Pod::Spec.new do |s|
29
29
  s.tvos.deployment_target = firebase_tvos_target
30
30
  s.source_files = 'ios/**/*.{h,m}'
31
31
 
32
- # React Native dependencies
33
- s.dependency 'React-Core'
34
32
  s.dependency 'RNFBApp'
35
33
 
34
+ # React Native dependencies
35
+ if defined?(install_modules_dependencies()) != nil
36
+ install_modules_dependencies(s);
37
+ else
38
+ s.dependency "React-Core"
39
+ end
40
+
36
41
  if defined?($FirebaseSDKVersion)
37
42
  Pod::UI.puts "#{s.name}: Using user specified Firebase SDK version '#{$FirebaseSDKVersion}'"
38
43
  firebase_sdk_version = $FirebaseSDKVersion
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- const version = exports.version = '23.8.2';
8
+ const version = exports.version = '23.8.3';
9
9
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '23.8.2';
4
+ export const version = '23.8.3';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "23.8.2";
1
+ export declare const version = "23.8.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const version = "23.8.2";
1
+ export declare const version = "23.8.3";
2
2
  //# sourceMappingURL=version.d.ts.map
package/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '23.8.2';
2
+ export const version = '23.8.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/analytics",
3
- "version": "23.8.2",
3
+ "version": "23.8.3",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
6
6
  "main": "./dist/commonjs/index.js",
@@ -24,7 +24,7 @@
24
24
  "analytics"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@react-native-firebase/app": "23.8.2"
27
+ "@react-native-firebase/app": "23.8.3"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public",
@@ -78,5 +78,5 @@
78
78
  "node_modules/",
79
79
  "dist/"
80
80
  ],
81
- "gitHead": "578c1573d9bcb9a83848f34a08be40c7b5722d9b"
81
+ "gitHead": "8576e18f72feed50e4e5bd2ae0d46dbfe0e9ac77"
82
82
  }