rsnext/examples/with-expo/babel.config.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

4 lines
224 B
JavaScript

// @generated: @expo/next-adapter@2.1.5
// Learn more: https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/guides/using-nextjs.md#shared-steps
module.exports = { presets: ['@expo/next-adapter/babel'] }