|
@@ -61,20 +61,18 @@ export const MenuDrawer = (props: any) => {
|
|
<View style={styles.logoContainer}>
|
|
<View style={styles.logoContainer}>
|
|
<Image source={require('../../../assets/logo-ua.png')} style={styles.logo} />
|
|
<Image source={require('../../../assets/logo-ua.png')} style={styles.logo} />
|
|
</View>
|
|
</View>
|
|
- <View style={{ top: 12 }}>
|
|
|
|
- <MenuButton
|
|
|
|
- label="Contact Us"
|
|
|
|
- icon={<MailIcon fill={Colors.DARK_BLUE} width={20} height={20} />}
|
|
|
|
- red={false}
|
|
|
|
- buttonFn={() => Linking.openURL('https://nomadmania.com/contact/')}
|
|
|
|
- />
|
|
|
|
- <MenuButton
|
|
|
|
- label="Terms & Conditions"
|
|
|
|
- icon={<DocumentIcon fill={Colors.DARK_BLUE} width={20} height={20} />}
|
|
|
|
- red={false}
|
|
|
|
- buttonFn={() => Linking.openURL('https://nomadmania.com/terms/')}
|
|
|
|
- />
|
|
|
|
- </View>
|
|
|
|
|
|
+ <MenuButton
|
|
|
|
+ label="Contact Us"
|
|
|
|
+ icon={<MailIcon fill={Colors.DARK_BLUE} width={20} height={20} />}
|
|
|
|
+ red={false}
|
|
|
|
+ buttonFn={() => Linking.openURL('https://nomadmania.com/contact/')}
|
|
|
|
+ />
|
|
|
|
+ <MenuButton
|
|
|
|
+ label="Terms & Conditions"
|
|
|
|
+ icon={<DocumentIcon fill={Colors.DARK_BLUE} width={20} height={20} />}
|
|
|
|
+ red={false}
|
|
|
|
+ buttonFn={() => Linking.openURL('https://nomadmania.com/terms/')}
|
|
|
|
+ />
|
|
</View>
|
|
</View>
|
|
|
|
|
|
{token ? (
|
|
{token ? (
|