refactor Pressable Button

This commit is contained in:
ammarahm-ed
2020-12-01 17:51:39 +05:00
parent 116307de7b
commit 470f5c90c0
22 changed files with 132 additions and 191 deletions

View File

@@ -18,8 +18,8 @@ export const HeaderRightMenu = () => {
<ActionIcon
onPress={async () => {
Navigation.navigate('Search',{
menu:false
Navigation.navigate('Search', {
menu: false,
});
}}
name="magnify"
@@ -99,9 +99,10 @@ const styles = StyleSheet.create({
},
rightBtn: {
justifyContent: 'center',
alignItems: 'flex-end',
alignItems: 'center',
height: 40,
width: 50,
width: 40,
marginLeft: 10,
paddingRight: 0,
},
});