Skip to content

Commit

Permalink
[MOO-1745] fix: bottomsheet widget breaks (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymv-mendix authored Feb 6, 2025
2 parents 8097eb9 + 70075bb commit 238dbf7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/bottom-sheet-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]

### Changed

- Updated react-native-modal from version v11.4.5 to v13.0.1 in order to fix random crashes in custom-bottom-sheet widget.

## [4.0.0] - 2024-12-3

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/bottom-sheet-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mendix/piw-utils-internal": "*",
"react-native-actionsheet": "^2.4.2",
"react-native-device-info": "13.0.0",
"react-native-modal": "^11.5.4",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "^1.0.1",
"reanimated-bottom-sheet": "^1.0.0-alpha.19"
},
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="BottomSheet" version="4.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="BottomSheet" version="4.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="BottomSheet.xml" />
</widgetFiles>
Expand Down
17 changes: 2 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6433,7 +6433,7 @@ __metadata:
eslint: "npm:^7.32.0"
react-native-actionsheet: "npm:^2.4.2"
react-native-device-info: "npm:13.0.0"
react-native-modal: "npm:^11.5.4"
react-native-modal: "npm:^13.0.1"
react-native-reanimated: "npm:^1.0.1"
reanimated-bottom-sheet: "npm:^1.0.0-alpha.19"
languageName: unknown
Expand Down Expand Up @@ -15944,7 +15944,7 @@ __metadata:
languageName: node
linkType: hard

"react-native-modal@npm:*, react-native-modal@npm:>=9.0.0":
"react-native-modal@npm:*, react-native-modal@npm:>=9.0.0, react-native-modal@npm:^13.0.1":
version: 13.0.1
resolution: "react-native-modal@npm:13.0.1"
dependencies:
Expand All @@ -15957,19 +15957,6 @@ __metadata:
languageName: node
linkType: hard

"react-native-modal@npm:^11.5.4":
version: 11.10.0
resolution: "react-native-modal@npm:11.10.0"
dependencies:
prop-types: "npm:^15.6.2"
react-native-animatable: "npm:1.3.3"
peerDependencies:
react: "*"
react-native: "*"
checksum: 10/a9cde303329863a35cae6b040b7d6aa05917709a7b1ab6961ae35ba1017450bb76e507778484356390e652cd2c96a22a56f222f32e05c9f242edab97d25fc0ed
languageName: node
linkType: hard

"react-native-permissions@npm:4.1.5":
version: 4.1.5
resolution: "react-native-permissions@npm:4.1.5"
Expand Down

0 comments on commit 238dbf7

Please sign in to comment.