From 5021ee8c9966c77915c3372aea4b4b32f683019d Mon Sep 17 00:00:00 2001 From: G Date: Wed, 24 Apr 2024 16:07:04 +0000 Subject: [PATCH] display a an elevated variant of the Card component --- App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App.tsx b/App.tsx index 27868e4..ca70bff 100644 --- a/App.tsx +++ b/App.tsx @@ -1,4 +1,5 @@ import theme from "@/themes/Theme"; +import Card from "@components/Card"; import Text from "@components/bases/Text"; import { ThemeProvider } from "@shopify/restyle"; import { StatusBar } from "expo-status-bar"; @@ -10,6 +11,7 @@ export default function App() { Restyle Text + ); -- libgit2 0.27.1