t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.56k stars 381 forks source link

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

Open domonkospapp opened 1 week ago

domonkospapp commented 1 week ago

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 commented 1 week ago

Updating flash-list dependency to 1.7.1 fixed the problem

wanglei1900 commented 1 week ago

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