Skip to content

Commit 677d1f9

Browse files
authored
[MOO-1912]: React Native Firebase update (#370)
2 parents b11bde9 + 16aa5d0 commit 677d1f9

File tree

6 files changed

+37
-216
lines changed

6 files changed

+37
-216
lines changed

packages/jsActions/mobile-resources-native/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [5.1.0] Notifications
10+
11+
### BREAKING
12+
13+
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
14+
915
## [11.2.0] Native Mobile Resources - 2025-10-17
1016

1117
## [2.0.2] Gallery

packages/jsActions/mobile-resources-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@notifee/react-native": "9.1.8",
3030
"@react-native-camera-roll/camera-roll": "7.4.0",
31-
"@react-native-firebase/messaging": "17.3.0",
31+
"@react-native-firebase/messaging": "20.1.0",
3232
"@sbaiahmed1/react-native-biometrics": "0.4.0",
3333
"@swan-io/react-native-browser": "0.4.1",
3434
"fbjs": "3.0.4",

packages/pluggableWidgets/notifications-native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## BREAKING
10+
11+
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
12+
913
## [5.0.0] - 2025-7-7
1014

1115
- The widget has been migrated to notifee.

packages/pluggableWidgets/notifications-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "notifications-native",
33
"widgetName": "Notifications",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@mendix/piw-utils-internal": "*",
2222
"@notifee/react-native": "9.1.8",
23-
"@react-native-firebase/app": "17.3.0",
24-
"@react-native-firebase/messaging": "17.3.0"
23+
"@react-native-firebase/app": "20.1.0",
24+
"@react-native-firebase/messaging": "20.1.0"
2525
},
2626
"devDependencies": {
2727
"@mendix/pluggable-widgets-tools": "*"

packages/pluggableWidgets/notifications-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Notifications" version="5.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Notifications" version="5.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Notifications.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)