Currently babel-preset-expo is always loading @babel/plugin-transform-regenerator because it grandfathers this behaviour from metro-react-native-babel-preset where it only checks if Hermes is being used. This results in subpar development experience because regenerator-based stack traces are much harder to debug than regular async/await syntax.