mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 16:22:04 +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}
|
component={MetadataScreen}
|
||||||
options={{
|
options={{
|
||||||
headerShown: false,
|
headerShown: false,
|
||||||
animation: Platform.OS === 'ios' ? 'fade' : 'slide_from_right',
|
animation: 'fade',
|
||||||
animationDuration: Platform.OS === 'android' ? 250 : 300,
|
animationDuration: Platform.OS === 'android' ? 250 : 300,
|
||||||
...(Platform.OS === 'ios' && {
|
...(Platform.OS === 'ios' && {
|
||||||
cardStyleInterpolator: customFadeInterpolator,
|
cardStyleInterpolator: customFadeInterpolator,
|
||||||
|
|
|
||||||
|
|
@ -1223,7 +1223,7 @@ const createStyles = (colors: any) => StyleSheet.create({
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: 8,
|
gap: 8,
|
||||||
padding: 14,
|
padding: 14,
|
||||||
paddingTop: Platform.OS === 'android' ? 20 : 15,
|
paddingTop: Platform.OS === 'android' ? 45 : 15,
|
||||||
},
|
},
|
||||||
backButtonText: {
|
backButtonText: {
|
||||||
color: colors.highEmphasis,
|
color: colors.highEmphasis,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue