mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
some fixes
This commit is contained in:
parent
7e77f6ec42
commit
3f2e6b08fc
2 changed files with 2 additions and 2 deletions
|
|
@ -761,7 +761,7 @@ const AppNavigator = () => {
|
|||
component={MetadataScreen}
|
||||
options={{
|
||||
headerShown: false,
|
||||
animation: Platform.OS === 'ios' ? 'fade' : 'slide_from_right',
|
||||
animation: 'fade',
|
||||
animationDuration: Platform.OS === 'android' ? 250 : 300,
|
||||
...(Platform.OS === 'ios' && {
|
||||
cardStyleInterpolator: customFadeInterpolator,
|
||||
|
|
|
|||
|
|
@ -1223,7 +1223,7 @@ const createStyles = (colors: any) => StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
gap: 8,
|
||||
padding: 14,
|
||||
paddingTop: Platform.OS === 'android' ? 20 : 15,
|
||||
paddingTop: Platform.OS === 'android' ? 45 : 15,
|
||||
},
|
||||
backButtonText: {
|
||||
color: colors.highEmphasis,
|
||||
|
|
|
|||
Loading…
Reference in a new issue