Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/NativePipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,16 @@ jobs:
- name: "Move mobile-resources"
shell: bash
run: |
if compgen -G 'resources/jsActions/mobile-resources-native/*' > /dev/null; then
mv -f resources/jsActions/mobile-resources-native/* Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/
if compgen -G 'resources/jsActions/mobile-resources-native/dist/*' > /dev/null; then
rm -rf Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/node_modules
mv -f resources/jsActions/mobile-resources-native/dist/* Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/
fi
- name: "Move nanoflow-actions"
shell: bash
run: |
if compgen -G 'resources/jsActions/mobile-resources-native/*' > /dev/null; then
mv -f resources/jsActions/nanoflow-actions-native/* Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/
if compgen -G 'resources/jsActions/nanoflow-actions-native/dist/*' > /dev/null; then
rm -rf Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/node_modules
mv -f resources/jsActions/nanoflow-actions-native/dist/* Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/
fi
- name: "Force rebuild test project"
run: |
Expand Down
25 changes: 23 additions & 2 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [] Notifications

### BREAKING

- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.

## [10.1.6] Native Mobile Resources - 2025-10-17


Expand All @@ -20,66 +26,81 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [10.1.5] Native Mobile Resources - 2025-10-6

- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.

## [10.1.5] Native Mobile Resources - 2025-10-6

## [5.0.1] BottomSheet

### Fixed

- Fixed React Native Reanimated worklet function errors by properly memoizing snap points.

## [10.1.3] Native Mobile Resources - 2025-9-9


## [4.1.0] IntroScreen

### Fixed

- We have fixed defaultProps deprecation warning.
- Initial slide now correctly positioned on mount.

## [3.1.1] SafeAreaView

- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.

## [2.3.0] Signature

- Updated react-native-webview from version v13.12.5 to latest

## [6.1.1] VideoPlayer

### Changed

- We have updated `react-native-video` version to 6.10.0

## [4.3.0] WebView

- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77

## [10.0.0] Native Mobile Resources - 2025-3-31

- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.

- We migrated from @react-native-community/cameraroll to @react-native-camera-roll/camera-roll to prevent issues for next rn upgrade.

- We also updated several dependencies such as react-native-blob-util, react-native-image-picker to their latest version.

## [5.0.0] AppEvents

### Changed

- Updated @react-native-community/netinfo from version v5.9.7 to v11.4.1.

## [5.0.0] BottomSheet

### Changed

- Rewrote all bottomsheet widgets (customModalSheet, ExpandingDrawer, and NativeBottomSheet) using @gorhom/bottom-sheet.

## [3.4.0] Feedback

### Changed

- Updated react-native-view-shot from version v3.1.2 to v4.0.3.

## [3.3.0] ListViewSwipe
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0

- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0

## [2.2.0] Signature

### Changed

- Updated react-native-webview from version v9.0.0 to v10.15.0.

## [4.2.0] WebView

### Changed

- Updated react-native-webview from version v11.26.1 to v13.13.2
Expand Down
4 changes: 2 additions & 2 deletions packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@react-native-camera-roll/camera-roll": "7.4.0",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-firebase/messaging": "20.1.0",
"@swan-io/react-native-browser": "^0.4.1",
"fbjs": "3.0.4",
"mime": "3.0.0",
Expand All @@ -54,4 +54,4 @@
"rimraf": "^4.4.1",
"rollup": "^2.79.2"
}
}
}
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/notifications-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## BREAKING

- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.

## [4.1.0] - 2024-12-3

### Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/pluggableWidgets/notifications-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notifications-native",
"widgetName": "Notifications",
"version": "4.1.0",
"version": "4.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@mendix/piw-utils-internal": "*",
"@react-native-firebase/app": "17.3.0",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-firebase/app": "20.1.0",
"@react-native-firebase/messaging": "20.1.0",
"react-native-push-notification": "8.1.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Notifications" version="4.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Notifications" version="4.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Notifications.xml" />
</widgetFiles>
Expand Down
Loading
Loading