Can't find variable symbol

i am trying to run react native project with expo XDE but i am getting this error
can’t find variable symbol
i have tried babel poly fill method and this method too
https://medium.com/@jordan_mohi/cant-find-variable-symbol-in-react-native-782489d86bd7
but unable to resolve the problem

Hi! Did you find a solution to this? I also tried es6-symbol and babel-polyfill without success.

no didn’t find any solution

@waheed25 @gerherz one of your dependencies must use Symbol.

Most of them recommend es6-symbol and babel-polyfill:

Its hard for me to root cause this issue without knowing more, and if those solutions still dont work for you guys, could you guys send me a toy/super simple expo project with this error at support@expo.io so i can take a look at it?

solved it here: reactjs - React Native Android - Promise.all throws [TypeError: [object Object] is not iterable!] for an array of promises - Stack Overflow

1 Like