Browse Source

Merge branch 'main' of github.com:IGSD-UoW/WPD-MobileApp

master
GabrielTrettel 3 years ago
parent
commit
34968d9a44
  1. 1
      src/app/assets/logos/LogosAPP.svg
  2. BIN
      src/app/assets/logos/aboutlogos.png
  3. 3
      src/app/screens/Abbout.js

1
src/app/assets/logos/LogosAPP.svg
File diff suppressed because it is too large
View File

BIN
src/app/assets/logos/aboutlogos.png

Before

Width: 345  |  Height: 188  |  Size: 40 KiB

After

Width: 345  |  Height: 222  |  Size: 44 KiB

3
src/app/screens/Abbout.js

@ -2,6 +2,7 @@ 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 } from "../config/dimensions";
import logos from "../assets/logos/LogosAPP.svg"
export default function Abbout(props) { export default function Abbout(props) {
const linkWarwick = const linkWarwick =
@ -123,5 +124,7 @@ const styles = StyleSheet.create({
}, },
sectionStyle: { sectionStyle: {
marginTop: dimensions.spacing.normal_padding, marginTop: dimensions.spacing.normal_padding,
justifyContent:"center",
alignItems:"center"
}, },
}); });
Loading…
Cancel
Save