|
@ -1,7 +1,7 @@ |
|
|
import React from "react"; |
|
|
import React from "react"; |
|
|
import { View, Text, StyleSheet, Linking, ScrollView, Image } 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, screen_width } from "../config/dimensions"; |
|
|
import logos from "../assets/logos/LogosAPP.svg" |
|
|
import logos from "../assets/logos/LogosAPP.svg" |
|
|
|
|
|
|
|
|
export default function Abbout(props) { |
|
|
export default function Abbout(props) { |
|
@ -82,7 +82,12 @@ export default function Abbout(props) { |
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
<View style={styles.sectionStyle}> |
|
|
<View style={styles.sectionStyle}> |
|
|
<Image source={require('../assets/logos/aboutlogos.png')}/> |
|
|
|
|
|
|
|
|
<Image style={{ |
|
|
|
|
|
resizeMode: "center", |
|
|
|
|
|
width: 1080 * 0.4, |
|
|
|
|
|
height: 940 * 0.4, |
|
|
|
|
|
}} |
|
|
|
|
|
source={require('../assets/logos/aboutlogos.png')}/> |
|
|
</View> |
|
|
</View> |
|
|
</ScrollView> |
|
|
</ScrollView> |
|
|
</View> |
|
|
</View> |
|
|