i got error says that "API Response Error: Cannot read property 'methodAsync' of undefined."

i just installed Exponent XDE from https://github.com/expo/xde/releases/tag/v2.3.0
and i opened the program and in the login section it says API Response Error: Cannot read property ‘methodAsync’ of undefined.

how can i fix that?

Hey @jahus,

I would strongly recommend using our new devtools by installing it via yarn global add expo-cli or npm i -g expo-cli. It has a GUI that is opened in your web browser so it combines the best of both worlds (XDE and the CLI). XDE is deprecated and our focus moving forward will be on the expo-cli.

You can run expo login to sign into your Expo account. Let me know if you have any issues.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.