diff --git a/App.js b/App.js index 1189800..9763321 100644 --- a/App.js +++ b/App.js @@ -1,23 +1,13 @@ import React from "react"; -import { View } from "react-native"; import { MenuProvider } from "react-native-popup-menu"; import AppNavigator from "./src/navigation/AppNavigator"; -import StyledText from "./src/utils/StyledText"; const App = () => { return ( - - - Texto Regular - Texto en Negrita - - Texto de Botón - - - + ); }; -export default App; \ No newline at end of file +export default App;