next.js/examples/with-expo-typescript/App.tsx
App.tsx4 lines149 B
// Re-export the root component from the Next.js website
// as the root component for the native React app.
export { default } from "./pages/index";
Quest for Codev2.0.0
/
SIGN IN