remove console.log

This commit is contained in:
ammarahm-ed
2020-11-20 02:43:07 +05:00
parent acdc9898e9
commit a7f1805ffa
31 changed files with 23 additions and 78 deletions

View File

@@ -66,10 +66,6 @@ export const ContainerBottomButton = ({title, onPress, color,shouldShow =false})
...getElevation(5),
borderRadius: 100,
}}
onLongPress={(event) => {
console.log(event);
showContext(event, title);
}}
onPress={onPress}>
<View
style={{