From 57b1e89dd193217d6030c4aac124a254eee5e43d Mon Sep 17 00:00:00 2001 From: g-ouattara Date: Tue, 23 Apr 2024 21:20:49 +0000 Subject: [PATCH] wrapped by the theme provider --- App.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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! + + + ); } -- libgit2 0.27.1