Skip to content

Commit

Permalink
Fixed link for expo (#17908)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed Oct 15, 2020
1 parent d396bc6 commit ee0a4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with-expo-typescript/next.config.js
@@ -1,5 +1,5 @@
// @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
// Learn more: https://github.com/expo/expo/blob/master/docs/pages/guides/using-nextjs.md

const { withExpo } = require('@expo/next-adapter')

Expand Down
2 changes: 1 addition & 1 deletion examples/with-expo/next.config.js
@@ -1,5 +1,5 @@
// @generated: @expo/next-adapter@2.1.5
// Learn more: https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/guides/using-nextjs.md#withexpo
// Learn more: https://github.com/expo/expo/blob/master/docs/pages/guides/using-nextjs.md

const { withExpo } = require('@expo/next-adapter')

Expand Down

0 comments on commit ee0a4a7

Please sign in to comment.