rsnext/examples/with-expo-typescript/App.tsx

4 lines
148 B
TypeScript
Raw Normal View History

// Re-export the root component from the Next.js website
// as the root component for the native React app.
export { default } from './pages/index'