Skip to content
Open
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
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ ruby ">= 2.7.8"
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
gem 'concurrent-ruby', '< 1.3.4'

# Ruby 3.4.0 has removed some libraries from the standard library.
gem 'bigdecimal'
gem 'logger'
gem 'benchmark'
gem 'mutex_m'
5 changes: 4 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
}
}
dependencies {
classpath "com.android.tools.build:gradle:7.4.2"
classpath "com.android.tools.build:gradle:8.1.4"
classpath "com.facebook.react:react-native-gradle-plugin"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21'
Expand All @@ -50,6 +50,9 @@ allprojects {
maven {
url "$rootDir/../node_modules/detox/Detox-android"
}
maven {
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
}
google()
maven {
url "https://maven.fabric.io/public"
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
validateDistributionUrl=true
networkTimeout=10000
Binary file added mendix-native-10.2.1.tgz
Binary file not shown.
1,772 changes: 973 additions & 799 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.1.1",
"@mendix/native": "10.1.7",
"@mendix/native": "./mendix-native-10.2.1.tgz",
"@op-engineering/op-sqlite": "12.0.2",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-camera-roll/camera-roll": "7.4.0",
"@react-native-community/cli": "16.0.2",
"@react-native-community/cli-platform-android": "16.0.2",
"@react-native-community/cli-platform-ios": "16.0.2",
"@react-native-community/cli": "18.0.0",
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-picker/picker": "2.11.0",
"@react-navigation/native": "6.1.18",
"@notifee/react-native": "9.1.8",
"react-native": "0.77.1",
"react-native": "0.78.2",
"react-native-device-info": "14.0.4",
"react-native-blob-util": "0.21.2",
"react-native-fast-image": "8.6.3",
"react-native-gesture-handler": "2.23.1",
"react-native-gesture-handler": "2.25.0",
"react-native-image-picker": "7.2.3",
"react-native-localize": "3.2.1",
"react-native-pager-view": "6.4.1",
"react-native-permissions": "4.1.5",
"react-native-push-notification": "8.1.1",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "5.2.0",
"react-native-safe-area-context": "5.4.1",
"react-native-schedule-exact-alarm-permission": "^0.1.3",
"react-native-screens": "4.6.0",
"react-native-screens": "4.9.1",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "15.11.1",
"react-native-tab-view": "3.5.2",
Expand All @@ -44,8 +44,8 @@
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@mendix/native-mobile-toolkit": "latest",
"@react-native/babel-preset": "0.77.1",
"@react-native/metro-config": "0.77.1",
"@react-native/babel-preset": "0.78.2",
"@react-native/metro-config": "0.78.2",
"detox": "19.13.0",
"jetifier": "^1.6.8",
"patch-package": "^8.0.0"
Expand All @@ -54,15 +54,15 @@
"node": ">=18"
},
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.77.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.78.2",
"unset-value": "2.0.1",
"semver": "5.7.2"
},
"resolutions": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.77.1"
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.78.2"
}
}
File renamed without changes.