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
5 changes: 4 additions & 1 deletion android/app/src/production/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.MakeItNative" parent="Theme.MaterialComponents.NoActionBar">
<style name="Theme.MakeItNative" parent="Theme.EdgeToEdge.Material2.Light">

<!-- Primary brand color. -->
<item name="colorPrimary">@color/blue1</item>
Expand All @@ -20,6 +20,9 @@
<item name="android:colorBackground">#161F30</item>
<item name="android:navigationBarColor">#0A1325</item>
<item name="android:actionBarSize">90dp</item>

<!-- Edge-to-edge: disable the contrasting background of the navigation bar -->
<item name="enforceNavigationBarContrast">false</item>
</style>

<style name="Theme.MakeItNative.TextInputEditText" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox">
Expand Down
4 changes: 3 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ android.nonTransitiveRClass=true
# enabled by default in RN 0.76 so we need to disable it explicitly
newArchEnabled=false
hermesEnabled=true
mendixnative.cookieEncryption=true
mendixnative.cookieEncryption=true

edgeToEdgeEnabled=true
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,36 @@
"snyk:android": "cd android && snyk monitor --gradle-sub-project=app --configuration-attributes='com.android.build.api.attributes.BuildTypeAttr:release,react-native-camera:general,org.jetbrains.kotlin.platform.type:androidJvm' --configuration-matching='compile|implementation' --org=appdev --project-name=developerapp-android${SNYK_SUBPROJECT}"
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.1.1",
"@mendix/native": "9.1.0",
"@op-engineering/op-sqlite": "9.2.7",
"@gorhom/bottom-sheet": "^5.1.1",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-community/datetimepicker": "8.2.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/datetimepicker": "8.2.0",
"@react-native-community/geolocation": "3.4.0",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-native-firebase/analytics": "17.3.0",
"@react-native-firebase/app": "17.3.0",
"@react-native-firebase/crashlytics": "17.3.0",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-firebase/ml": "17.3.0",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.11.0",
"@swan-io/react-native-browser": "0.4.1",
"react-native": "0.77.3",
"@react-native-community/cli": "16.0.2",
"@react-native-community/cli-platform-ios": "16.0.2",
"@react-native-community/cli-platform-android": "16.0.2",
"react-native-ble-plx": "2.0.3",
"react-native-blob-util": "0.21.2",
"react-native-calendar-events": "2.1.0",
"react-native-camera": "3.40.0",
"react-native-device-info": "13.0.0",
"react-native-edge-to-edge": "1.7.0",
"react-native-fast-image": "8.6.3",
"react-native-file-viewer": "2.1.5",
"react-native-geocoder": "0.5.0",
"@swan-io/react-native-browser": "0.4.1",
"react-native-gesture-handler": "2.23.1",
"react-native-image-picker": "7.2.3",
"react-native-inappbrowser-reborn": "3.6.3",
Expand Down