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

8 lines
270 B
JavaScript

// @generated: @expo/next-adapter@2.1.9
// 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,
})