diff --git a/app/components/CityBackground.tsx b/app/components/CityBackground.tsx new file mode 100644 index 00000000..e117b9be --- /dev/null +++ b/app/components/CityBackground.tsx @@ -0,0 +1,28 @@ +import { Image, StyleSheet, View } from "react-native" + +export const CityBackground = () => { + return ( + + + + + ) +} diff --git a/app/components/index.ts b/app/components/index.ts index c1e92af3..d9078789 100644 --- a/app/components/index.ts +++ b/app/components/index.ts @@ -1,6 +1,7 @@ export * from "./AutoImage" export * from "./Button" export * from "./Card" +export * from "./CityBackground" export * from "./Header" export * from "./Icon" export * from "./ListItem" diff --git a/app/screens/CreateAccountScreen.tsx b/app/screens/CreateAccountScreen.tsx index b609298c..daee240e 100644 --- a/app/screens/CreateAccountScreen.tsx +++ b/app/screens/CreateAccountScreen.tsx @@ -42,7 +42,12 @@ export const CreateAccountScreen: FC = observer( }, []) return ( - + = observer( > {({ handleChange, handleBlur, submitForm, values }) => ( <> - + = observer( autoCapitalize="none" autoFocus={false} /> -