@react-native-firebase/messaging 26.3.1 → 26.3.2
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,10 @@
|
|
|
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
|
+
## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/messaging
|
|
9
|
+
|
|
6
10
|
## [26.3.1](https://github.com/invertase/react-native-firebase/compare/v26.3.0...v26.3.1) (2026-08-20)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/dist/module/version.js
CHANGED
|
@@ -2,7 +2,7 @@ import './types/internal';
|
|
|
2
2
|
import type { FirebaseApp } from '@react-native-firebase/app';
|
|
3
3
|
import { AuthorizationStatus, NotificationAndroidPriority, NotificationAndroidVisibility } from './statics';
|
|
4
4
|
import type { Messaging, RemoteMessage, IOSPermissions, AuthorizationStatus as AuthorizationStatusType, NativeTokenOptions, GetTokenOptions, SendErrorEvent } from './types/messaging';
|
|
5
|
-
export declare const SDK_VERSION = "26.3.
|
|
5
|
+
export declare const SDK_VERSION = "26.3.2";
|
|
6
6
|
export { AuthorizationStatus, NotificationAndroidPriority, NotificationAndroidVisibility };
|
|
7
7
|
/**
|
|
8
8
|
* Returns the {@link Messaging} instance for the default or given {@link FirebaseApp}.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "26.3.
|
|
1
|
+
export declare const version = "26.3.2";
|
|
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 = '26.3.
|
|
2
|
+
export const version = '26.3.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/messaging",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.2",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
|
|
6
6
|
"main": "./dist/module/index.js",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"messaging"
|
|
44
44
|
],
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@react-native-firebase/app": "26.3.
|
|
46
|
+
"@react-native-firebase/app": "26.3.2",
|
|
47
47
|
"expo": ">=47.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@react-native-firebase/app": "26.3.
|
|
50
|
+
"@react-native-firebase/app": "26.3.2",
|
|
51
51
|
"expo": "^55.0.18",
|
|
52
52
|
"react-native-builder-bob": "^0.41.0",
|
|
53
53
|
"typescript": "^6.0.3"
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"node_modules/",
|
|
100
100
|
"dist/"
|
|
101
101
|
],
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "4ef21d038c5b372e67508265a5c3391a07c91fde"
|
|
103
103
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/app.plugin.ts","./src/index.ts","./src/
|
|
1
|
+
{"root":["./src/app.plugin.ts","./src/index.ts","./src/pluginconfig.ts","./src/android/index.ts","./src/android/setupfirebasenotifationicon.ts"],"version":"6.0.3"}
|