Files
examples/with-nextjs/next.config.js
2020-04-22 16:38:30 +02:00

9 lines
272 B
JavaScript

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