Skip to content

Commit 512b45b

Browse files
Merge pull request #815 from mendix/moo/1456-update-native-binary-version
Update @mendix/native
2 parents a828b01 + 1fecb77 commit 512b45b

4 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
- We have upgraded `react-native-gesture-handler` to 2.16.2
10+
- We have upgraded `@mendix/native` to 3.1.4
11+
12+
## [8.2.1]
13+
914
- We have removed Flipper from iOS Podfile
1015
- We've added the support of scheduling local notifications on Android 14
1116

mendix_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
">=10.11.0": {
33
"max": "*",
4-
"min": "8.2.0"
4+
"min": "8.2.2"
55
},
66
">=10.10.0": {
77
"max": "8.1.*",

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"configure": "native-mobile-toolkit configure --config-path='./config.json' --verbose"
88
},
99
"dependencies": {
10-
"@mendix/native": "3.1.1",
10+
"@mendix/native": "3.1.4",
1111
"@mendix/react-native-sqlite-storage": "^7.1.0",
1212
"@react-native-community/async-storage": "1.12.1",
1313
"@react-native-community/cameraroll": "4.0.1",
@@ -22,7 +22,7 @@
2222
"react-native": "0.72.7",
2323
"react-native-device-info": "8.0.1",
2424
"react-native-fast-image": "8.3.2",
25-
"react-native-gesture-handler": "2.11.0",
25+
"react-native-gesture-handler": "2.16.2",
2626
"react-native-image-picker": "5.0.1",
2727
"react-native-localize": "1.4.2",
2828
"react-native-pager-view": "6.3.0",

0 commit comments

Comments
 (0)