rsnext/examples/with-expo/App.js
Evan Bacon 33800de9f8
add Expo example (#12805)
* Created Expo example project

* Update examples/with-expo/README.md

* Updated usage guide

* Update README.md

* Lint fix

Co-authored-by: Luis Alvarez <luis@vercel.com>
2020-05-14 18:33:45 -05:00

3 lines
148 B
JavaScript

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