Projekt

Obecné

Profil

Stáhnout (407 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { Center, Image, Text } from "native-base"
2

    
3
const HomePage = () => {
4
    return (
5
        <Center>
6
            <Text>Home Page</Text>
7
            <Image
8
                source={{uri: "http:/147.228.173.159/static/home/Rudolf-Aachen-crop.png"}}
9
                w={"100%"}
10
                h={"50%"}
11
                alt={"Rudolf-Aachen"}
12
            />
13
        </Center>
14
    )
15
}
16

    
17
export default HomePage
(1-1/4)