some fixes

This commit is contained in:
tapframe 2025-06-18 18:03:52 +05:30
parent 7e77f6ec42
commit 3f2e6b08fc
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,