rsnext/examples/with-expo/next.config.js
2020-10-15 15:11:35 +02:00

8 lines
240 B
JavaScript

// @generated: @expo/next-adapter@2.1.5
// Learn more: https://github.com/expo/expo/blob/master/docs/pages/guides/using-nextjs.md
const { withExpo } = require('@expo/next-adapter')
module.exports = withExpo({
projectRoot: __dirname,
})