|
@ -1,5 +1,5 @@ |
|
|
import React from "react"; |
|
|
import React from "react"; |
|
|
import { View, Text, StyleSheet, Linking, ScrollView } from "react-native"; |
|
|
|
|
|
|
|
|
import { View, Text, StyleSheet, Linking, ScrollView, Image } from "react-native"; |
|
|
import colors from "../config/colors"; |
|
|
import colors from "../config/colors"; |
|
|
import { dimensions } from "../config/dimensions"; |
|
|
import { dimensions } from "../config/dimensions"; |
|
|
|
|
|
|
|
@ -81,7 +81,7 @@ export default function Abbout(props) { |
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
<View style={styles.sectionStyle}> |
|
|
<View style={styles.sectionStyle}> |
|
|
<Text> Add logos (../assets/logos)</Text> |
|
|
|
|
|
|
|
|
<Image source={require('../assets/logos/aboutlogos.png')}/> |
|
|
</View> |
|
|
</View> |
|
|
</ScrollView> |
|
|
</ScrollView> |
|
|
</View> |
|
|
</View> |
|
@ -118,7 +118,7 @@ const styles = StyleSheet.create({ |
|
|
fontSize: dimensions.text.default, |
|
|
fontSize: dimensions.text.default, |
|
|
}, |
|
|
}, |
|
|
titleBackground: { |
|
|
titleBackground: { |
|
|
backgroundColor: colors.greyishBlue, |
|
|
|
|
|
|
|
|
backgroundColor: colors.secondary, |
|
|
marginBottom: dimensions.spacing.minimal_padding, |
|
|
marginBottom: dimensions.spacing.minimal_padding, |
|
|
}, |
|
|
}, |
|
|
sectionStyle: { |
|
|
sectionStyle: { |
|
|