mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-25 18:42:53 +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"
|
name="Search"
|
||||||
component={SearchScreen as any}
|
component={SearchScreen as any}
|
||||||
options={{
|
options={{
|
||||||
animation: 'slide_from_right',
|
animation: 'fade',
|
||||||
animationDuration: Platform.OS === 'android' ? 250 : 300,
|
animationDuration: Platform.OS === 'android' ? 300 : 350,
|
||||||
contentStyle: {
|
contentStyle: {
|
||||||
backgroundColor: currentTheme.colors.darkBackground,
|
backgroundColor: currentTheme.colors.darkBackground,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue