expo / expo-webpack-integrations

Packages used to integrate Expo in Webpack-based projects.
8 stars 1 forks source link

@expo/next-adapter does not work with Next 14 (app directory) #23

Open alejomendoza opened 8 months ago

alejomendoza commented 8 months ago

Summary

@expo/next-adapter doesn't support the app directory from Next 14 as outlined in the docs. Any ideas on how to make it work or how long will it take before it is supported?

Environment

expo-env-info 1.0.5 environment info: System: OS: macOS 12.2.1 Shell: 5.8 - /bin/zsh Binaries: Node: 18.17.1 - ~/.nodenv/versions/18.17.1/bin/node Yarn: 3.4.1 - /opt/homebrew/bin/yarn npm: 9.6.7 - ~/.nodenv/versions/18.17.1/bin/npm Managers: CocoaPods: 1.14.2 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5 IDEs: Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild npmGlobalPackages: eas-cli: 5.9.3 Expo Workflow: managed

Please specify your device/emulator/simulator platform, model and version

OS: macOS 12.2.1

Error output

No response

Reproducible demo or steps to reproduce from a blank project

  1. npx create-solito-app@latest my-solito-app -t with-tailwind
  2. upgrade to Next 14 and use the app directory
andrewpeters9 commented 4 months ago

@alejomendoza any luck with this?