diff --git a/.eslintrc.js b/.eslintrc.js
index b76782af60f4..b71338d0c1a5 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -14,6 +14,11 @@ const restrictedImportPaths = [
importNames: ['TouchableOpacity', 'TouchableWithoutFeedback', 'TouchableNativeFeedback', 'TouchableHighlight'],
message: "Please use 'PressableWithFeedback' and/or 'PressableWithoutFeedback' from 'src/components/Pressable' instead.",
},
+ {
+ name: 'react-native-safe-area-context',
+ importNames: ['useSafeAreaInsets', 'SafeAreaConsumer', 'SafeAreaInsetsContext'],
+ message: "Please use 'useSafeAreaInsets' from 'src/hooks/useSafeAreaInset' and/or 'SafeAreaConsumer' from 'src/components/SafeAreaConsumer' instead.",
+ },
];
const restrictedImportPatterns = [
diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml
index bf27006e34a2..8ccc0a7f6056 100644
--- a/.github/workflows/platformDeploy.yml
+++ b/.github/workflows/platformDeploy.yml
@@ -347,6 +347,9 @@ jobs:
if: ${{ failure() }}
needs: [android, desktop, iOS, web]
steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+
- name: Post Slack message on failure
uses: ./.github/actions/composite/announceFailedWorkflowInSlack
with:
diff --git a/.imgbotconfig b/.imgbotconfig
index ff5c3345cc4d..43d1b77166cc 100644
--- a/.imgbotconfig
+++ b/.imgbotconfig
@@ -1,6 +1,7 @@
{
"ignoredFiles": [
- "assets/images/empty-state_background-fade.png" // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499
+ "assets/images/empty-state_background-fade-dark.png", // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499
+ "assets/images/empty-state_background-fade-light.png"
],
"aggressiveCompression": "false"
}
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 4db8a0836477..2e735cbaf419 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -91,8 +91,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
- versionCode 1001040601
- versionName "1.4.6-1"
+ versionCode 1001040700
+ versionName "1.4.7-0"
}
flavorDimensions "default"
diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
index aa0e8136957f..a040598e982d 100644
--- a/android/app/src/main/res/values/styles.xml
+++ b/android/app/src/main/res/values/styles.xml
@@ -11,7 +11,6 @@
- @drawable/rn_edit_text_material
- @style/AppTheme.Popup
- @style/TextViewSpinnerDropDownItem
- - @style/DatePickerDialogTheme
- @style/AlertDialogTheme
@@ -28,18 +27,6 @@
- @font/expneuebold
-
-
-
-
-