diff --git a/App.tsx b/App.tsx
index f44b31b..51ef2c4 100644
--- a/App.tsx
+++ b/App.tsx
@@ -1,12 +1,16 @@
+import { ThemeProvider } from "@shopify/restyle";
+import theme from "@themes/AppTheme";
import { StatusBar } from "expo-status-bar";
import { StyleSheet, Text, View } from "react-native";
export default function App() {
return (
-
- Open up App.tsx to start working on your app!
-
-
+
+
+ Open up App.tsx to start working on your app!
+
+
+
);
}