mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
added animation for search page
This commit is contained in:
parent
876e3fa71b
commit
ac8d7ff4ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue