Skip to content
Closed
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
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<resources>

<!-- Base light application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<style name="AppTheme" parent="Theme.EdgeToEdge.Light">
<!-- Customize your theme here. -->
<item name="android:windowDisablePreview">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:editTextStyle">@style/MendixEditText</item>
</style>
<!-- Base dark application theme. -->
<style name="AppTheme_Dark" parent="Theme.AppCompat.DayNight.NoActionBar">
<style name="AppTheme_Dark" parent="Theme.EdgeToEdge">
<!-- Customize your theme here. -->
<item name="android:windowDisablePreview">true</item>
<item name="android:windowIsTranslucent">true</item>
Expand Down
3 changes: 3 additions & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ android.suppressUnsupportedCompileSdk=33
newArchEnabled=false
hermesEnabled=true
mendixnative.cookieEncryption=false

# Enable edge-to-edge display (React Native 0.81+)
edgeToEdgeEnabled=true
8 changes: 8 additions & 0 deletions ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<string>E174.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryLocationServices</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>DDA9.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
Expand Down
6 changes: 3 additions & 3 deletions ios/nativeTemplate/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
<key>NSFaceIDUsageDescription</key>
<string>Enabling Face ID allows you quick and secure access to your account.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>To use that feature the app needs access to your location.</string>
<string>This app requires access to your location to provide location-based features and services.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To use that feature the app needs access to your location.</string>
<string>This app requires access to your location while using the app to provide location-based features and services.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>To use that feature the app needs access to your location.</string>
<string>This app requires access to your location to provide location-based features and services even when the app is in the background.</string>
<key>NSMicrophoneUsageDescription</key>
<string>To use that feature the app needs access to your microphone.</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"react-native": "0.77.3",
"react-native-blob-util": "0.21.2",
"react-native-device-info": "13.0.0",
"react-native-edge-to-edge": "^1.7.0",
"react-native-fast-image": "8.6.3",
"react-native-gesture-handler": "2.23.1",
"react-native-image-picker": "7.2.3",
Expand Down
Loading