Wagmi causing "Property 'TextEncoder' doesn't exist" error in React Native Expo. #2820
-
Has anyone come across the problem whereby once you've installed Wagmi in a React Native app and wrapped your app in the provider it causes an error "Property 'TextEncoder' doesn't exist"? Any help would be much appreciated. App is wrapped in:
Config is:
|
Beta Was this translation helpful? Give feedback.
Answered by
jxom
Mar 4, 2024
Replies: 2 comments 3 replies
-
Same here. Any solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
need to polyfill |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jxom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to polyfill
TextEncoder
.