added animation for search page

This commit is contained in:
tapframe 2025-06-18 18:43:59 +05:30
parent 876e3fa71b
commit ac8d7ff4ad

View file

@ -824,8 +824,8 @@ const AppNavigator = () => {
name="Search"
component={SearchScreen as any}
options={{
animation: 'slide_from_right',
animationDuration: Platform.OS === 'android' ? 250 : 300,
animation: 'fade',
animationDuration: Platform.OS === 'android' ? 300 : 350,
contentStyle: {
backgroundColor: currentTheme.colors.darkBackground,
},