rsnext/examples/with-expo/next.config.js

9 lines
240 B
JavaScript
Raw Normal View History

// @generated: @expo/next-adapter@2.1.5
2020-10-15 15:11:35 +02:00
// 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,
})