-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Expo Android : Property 'TransformStream' doesn't exist #4083
Comments
same here |
TransformStream is a JS standard feature. This seems like a gap in to Expo to me. Can you file a bug w/ Expo? Which Expo version are you using? |
Also running into this issue. Was trying to test the useObject hook and was seeing this on my iOS simulator. |
same on ios edit: updating to expo 52 fixed this. |
It means that Can you try polyfilling |
We have a new guide for polyfiling, can you give it a try? https://sdk.vercel.ai/docs/getting-started/expo#polyfills |
Description
I follow the documentation : https://sdk.vercel.ai/docs/getting-started/expo
It works on the web but it don't work on android :
ERROR ReferenceError: Property 'TransformStream' doesn't exist, js engine: hermes [Component Stack]
Code example
No response
AI provider
@ai-sdk/openai: 1.0.8
Additional context
No response
The text was updated successfully, but these errors were encountered: