mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
9 lines
272 B
JavaScript
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,
|
|
});
|