Open domonkospapp opened 2 months ago
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
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
-
No response
Updating flash-list dependency to 1.7.1 fixed the problem
update "@shopify/flash-list": "1.7.1" works
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
Additional information
No response