You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thing that requires regenerator-runtime is the Webpack / Babel code transformation step. Since old Android phones have weak support for modern features in their WebViews, we do rely on Babel to make this compatible with really outdated feature sets.
One day, we would love to create our own WebWorker-style runtime inside our app, so we can decouple ourselves from the WebViews present on devices. For now, though, this is where we are stuck.
No description provided.
The text was updated successfully, but these errors were encountered: