Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Can't start expo app on ios, TypeError: Cannot read property '__extends' of undefined, js engine: hermes #1185

Open
domonkospapp opened this issue Sep 14, 2024 · 2 comments

Comments

@domonkospapp
Copy link

Provide environment information

System:
OS: macOS 13.6
CPU: (10) arm64 Apple M1 Pro
Memory: 2.56 GB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.16.0 - ~/n/bin/node
Yarn: 1.22.1 - ~/n/bin/yarn
npm: 10.8.1 - ~/n/bin/npm
pnpm: 9.7.1 - ~/n/bin/pnpm
Watchman: 2024.07.15.00 - /opt/homebrew/bin/watchman

Describe the bug

I get the following error when I try to start the expo app on ios:
ERROR TypeError: Cannot read property '__extends' of undefined, js engine: hermes
When I try to create a new expo app with npx create-expo-app@latest and run it with npm it works

Link to reproduction

To reproduce

  1. npx create-turbo@latest -e https://github.com/t3-oss/create-t3-turbo
  2. select pnpm
  3. add .env
  4. pnpm dev
  5. press "i" to run on ios

Additional information

No response

@domonkospapp
Copy link
Author

Updating flash-list dependency to 1.7.1 fixed the problem

@wanglei1900
Copy link

update "@shopify/flash-list": "1.7.1" works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants