From f8a4795acefeeec44cf29bed66c2eaad2224b5fe Mon Sep 17 00:00:00 2001 From: hack_21031301_c761d3 <21031301@itcelaya.edu.mx> Date: Fri, 22 May 2026 15:41:08 -0600 Subject: [PATCH] feat: MVP completo - backend + frontend funcional con ETA y guia de separacion --- frontend/App.js | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/frontend/App.js b/frontend/App.js index 09f879b..1a653cf 100644 --- a/frontend/App.js +++ b/frontend/App.js @@ -1,20 +1,29 @@ -import { StatusBar } from 'expo-status-bar'; -import { StyleSheet, Text, View } from 'react-native'; - -export default function App() { - return ( - - Open up App.js to start working on your app! - - - ); -} - -const styles = StyleSheet.create({ - container: { - flex: 1, - backgroundColor: '#fff', - alignItems: 'center', - justifyContent: 'center', - }, +"use strict"; +Object.defineProperty(exports, "__esModule", { + value: true }); +Object.defineProperty(exports, "AppFragmentNode", { + enumerable: true, + get: function() { + return AppFragmentNode; + } +}); +function _core() { + const data = require("@urql/core"); + _core = function() { + return data; + }; + return data; +} +const AppFragmentNode = (0, _core().gql)` + fragment AppFragment on App { + id + scopeKey + ownerAccount { + id + name + } + } +`; + +//# sourceMappingURL=App.js.map \ No newline at end of file