{"ast":null,"code":"import { Route, Routes } from 'react-router';\nimport { Destination, Router } from '@myapp/components';\nimport Home from '@myapp/screens/Home';\nimport About from '@myapp/screens/About';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Fragment as _Fragment } from \"react/jsx-runtime\";\nexport var AppRouter = function AppRouter() {\n  return _jsx(_Fragment, {\n    children: _jsx(Router, {\n      children: _jsxs(Routes, {\n        children: [_jsx(Route, {\n          path: '/',\n          element: _jsx(Home, {})\n        }), _jsx(Route, {\n          path: Destination.About,\n          element: _jsx(About, {})\n        })]\n      })\n    })\n  });\n};","map":{"version":3,"names":["Route","Routes","Destination","Router","Home","About","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","AppRouter","children","path","element"],"sources":["/Users/Daniel.Antelo/Workspaces/expo-template-reactrouter-nativebase/apps/myapp/AppRouter.tsx"],"sourcesContent":["import { Route, Routes } from 'react-router';\n\nimport { Destination, Router } from '@myapp/components';\nimport Home from '@myapp/screens/Home';\nimport About from '@myapp/screens/About';\n\nexport const AppRouter = () => {\n  return (\n    <>\n      <Router>\n        <Routes>\n          <Route path={'/'} element={<Home />} />\n          <Route path={Destination.About} element={<About />} />\n        </Routes>\n      </Router>\n    </>\n  );\n};\n"],"mappings":"AAAA,SAASA,KAAK,EAAEC,MAAM,QAAQ,cAAc;AAE5C,SAASC,WAAW,EAAEC,MAAM,QAAQ,mBAAmB;AACvD,OAAOC,IAAI,MAAM,qBAAqB;AACtC,OAAOC,KAAK,MAAM,sBAAsB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,IAAA,IAAAC,KAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAEzC,OAAO,IAAMC,SAAS,GAAG,SAAZA,SAASA,CAAA,EAAS;EAC7B,OACEL,IAAA,CAAAI,SAAA;IAAAE,QAAA,EACEN,IAAA,CAACJ,MAAM;MAAAU,QAAA,EACLJ,KAAA,CAACR,MAAM;QAAAY,QAAA,GACLN,IAAA,CAACP,KAAK;UAACc,IAAI,EAAE,GAAI;UAACC,OAAO,EAAER,IAAA,CAACH,IAAI,IAAE;QAAE,CAAE,CAAC,EACvCG,IAAA,CAACP,KAAK;UAACc,IAAI,EAAEZ,WAAW,CAACG,KAAM;UAACU,OAAO,EAAER,IAAA,CAACF,KAAK,IAAE;QAAE,CAAE,CAAC;MAAA,CAChD;IAAC,CACH;EAAC,CACT,CAAC;AAEP,CAAC"},"metadata":{},"sourceType":"module"}