Update to SDK 32 generates error in AppEntry.js

Hi all!

I just updated to SDK 32 and now my app won’t start and traces out the following to the console:

/Users/simpel/dev/azuredevops/app/client/node_modules/expo/AppEntry.js: .env["plugins"] must be an object, or undefined

What do I need to do?

Hey @simpel,

That error relates to babel configurations. What version did you upgrade from? If you upgraded from a version before 31, there was an upgrade to Babel 7 which requires some changes that you can read about in the blog post.

Cheers,
Adam

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