From 0fd284c4c63bb16b810aa9d8ede2446068941f01 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 24 Apr 2024 15:18:13 +0000 Subject: [PATCH] Using restyle Text component --- App.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index 8aa2eb0..4a861c8 100644 --- a/App.tsx +++ b/App.tsx @@ -1,14 +1,15 @@ +import Text from "@components/bases/Text"; import { ThemeProvider } from "@shopify/restyle"; import theme from "@themes/AppTheme"; import { StatusBar } from "expo-status-bar"; -import { StyleSheet, Text, View } from "react-native"; +import { StyleSheet, View } from "react-native"; export default function App() { return ( - Open up App.tsx to start working on your app!! + Restyle Text ); -- libgit2 0.27.1