diff --git a/mobile-ui/App.js b/mobile-ui/App.js index 0f19eec5..0b181475 100644 --- a/mobile-ui/App.js +++ b/mobile-ui/App.js @@ -14,6 +14,7 @@ import { FormControl, Input, Button, + Image } from "native-base"; import NativeBaseIcon from "./components/NativeBaseIcon"; import { Platform } from "react-native"; @@ -25,13 +26,23 @@ const config = { }; // extend the theme -export const theme = extendTheme({ config }); +export const theme = extendTheme({ config, +colors: { + brown: "#D7A86E" +} }); + +//const logo = require('./assets/') export default function App() { return (
+ {/* Katoikia logo */} + - Welcome To Katoikia + Bienvenido a Katoikia - Sign in to continue! + Su app de comunidad de confianza - Email ID + Correo Electrónico - Password + Contraseña - Forget Password? + Recuperar contraseña - - I'm a new user. - + */} - Sign Up + Regístrese aquí diff --git a/mobile-ui/assets/Logo_Katoikia.png b/mobile-ui/assets/Logo_Katoikia.png new file mode 100644 index 00000000..d59e2c9a Binary files /dev/null and b/mobile-ui/assets/Logo_Katoikia.png differ