Added job select on Camera
This commit is contained in:
@@ -4,6 +4,7 @@ import Logo from "../../assets/logo192.png";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { H1, Container, Content } from "native-base";
|
||||
import styles from "../styles";
|
||||
import { BarIndicator } from "react-native-indicators";
|
||||
|
||||
export default function ScreenSplash() {
|
||||
const { t } = useTranslation();
|
||||
@@ -17,6 +18,7 @@ export default function ScreenSplash() {
|
||||
>
|
||||
<Image style={localStyles.logo} source={Logo} />
|
||||
<H1>{t("app.title")}</H1>
|
||||
<BarIndicator count={5} color="dodgerblue" />
|
||||
</Content>
|
||||
</Container>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user