Commit f6e90ad9 by G

lint

parent 86766551
import theme from "@/themes/Theme";
import Card from "@components/Card";
import Text from "@components/bases/Text";
import HomeUserNotLoggedIn from "@screens/HomeUserNotLoggedIn";
import UserLoginScreen from "@screens/UserLoginScreen";
import { ThemeProvider } from "@shopify/restyle";
import { StatusBar } from "expo-status-bar";
import { StyleSheet, View } from "react-native";
import { StyleSheet } from "react-native";
export default function App() {
return (
......
import type { BoxProps, VariantProps } from "@shopify/restyle";
import type { Theme } from "@themes/Theme";
import { TouchableOpacity } from "react-native";
import Card from "./Card";
import Box from "./bases/Box";
import ButtonBase from "./bases/ButtonBase";
import Text from "./bases/Text";
......
import Button from "@components/Button";
import Card from "@components/Card";
import Box from "@components/bases/Box";
import Text from "@components/bases/Text";
import { Dimensions, Image, StyleSheet, View } from "react-native";
import { Image, StyleSheet } from "react-native";
const HomeUserNotLoggedIn = () => {
return (
<Box style={style.container} p={"xl"}>
......
......@@ -3,7 +3,7 @@ import Input from "@components/Input";
import Box from "@components/bases/Box";
import Text from "@components/bases/Text";
import { containers } from "@styles/Commons";
import { KeyboardAvoidingView, Platform, TextInput, View } from "react-native";
import { KeyboardAvoidingView, Platform, View } from "react-native";
const UserLoginScreen = () => {
return (
......
import Box from "@components/bases/Box";
import { type VariantProps, createRestyleComponent, createVariant } from "@shopify/restyle";
import { createVariant } from "@shopify/restyle";
import type { Theme } from "@themes/Theme";
export const cardVariants = createVariant<Theme, "cardVariants">({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment