diff --git a/RN-UI-LIB b/RN-UI-LIB
index 2a76bdea..bbde5cc0 160000
--- a/RN-UI-LIB
+++ b/RN-UI-LIB
@@ -1 +1 @@
-Subproject commit 2a76bdead5cfcb17836d7259ffb7db4298615aa6
+Subproject commit bbde5cc0ed594494765a6af38f9ed576ef038fc4
diff --git a/android/app/build.gradle b/android/app/build.gradle
index c9d43c1a..c5c8d60d 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
-def VERSION_CODE = 132
-def VERSION_NAME = "2.8.3"
+def VERSION_CODE = 133
+def VERSION_NAME = "2.8.4"
android {
ndkVersion rootProject.ext.ndkVersion
diff --git a/package.json b/package.json
index cb789ecb..bd7c42f8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "AV_APP",
- "version": "2.8.3",
- "buildNumber": "132",
+ "version": "2.8.4",
+ "buildNumber": "133",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",
@@ -57,6 +57,7 @@
"@react-navigation/bottom-tabs": "6.5.5",
"@react-navigation/native": "6.1.4",
"@react-navigation/native-stack": "6.9.4",
+ "@react-navigation/stack": "6.3.21",
"@reduxjs/toolkit": "1.9.1",
"@sentry/react-native": "5.5.0",
"@shopify/flash-list": "1.4.3",
@@ -83,6 +84,7 @@
"react-native-fs": "2.20.0",
"react-native-geolocation-service": "5.3.1",
"react-native-get-random-values": "^1.8.0",
+ "react-native-gesture-handler": "2.15.0",
"react-native-get-sms-android": "2.1.0",
"react-native-gzip": "1.0.0",
"react-native-image-picker": "4.10.2",
diff --git a/src/components/filters/Filters.tsx b/src/components/filters/Filters.tsx
index 892284ee..918840fb 100644
--- a/src/components/filters/Filters.tsx
+++ b/src/components/filters/Filters.tsx
@@ -144,12 +144,14 @@ const Filters: React.FC<{
onPress={handleClearAll}
style={GenericStyles.fill}
buttonStyle={styles.btn}
+ isAnimationEnabled={true}
/>
diff --git a/src/components/form/index.tsx b/src/components/form/index.tsx
index 0ffba372..4c3e78f5 100644
--- a/src/components/form/index.tsx
+++ b/src/components/form/index.tsx
@@ -488,6 +488,7 @@ const Widget: React.FC = (props) => {
disabled={isLeaf && isSubmitting}
onPress={handleBackButton}
leftIcon={}
+ isAnimationEnabled={true}
/>