I am trying to compile my React Native application version 0.64.0
. Everything was ok after migration from javascript to typescript, but suddently I got this problem:
I tryied delete node modules and yarn again, and I didn't get any success compilation.
I also I have this error on console:
I don't know if I have to install anything else, please help me.
This is my apollo client version:
"@apollo/client": "^3.3.13",