mmazzarolo / breathly-app

A tiny breath training app built with React-Native
https://breathly.app
Mozilla Public License 2.0
521 stars 71 forks source link

Disabled hermes to fix the app being stuck on splash screen (Android) #13

Closed mmazzarolo closed 5 years ago

mmazzarolo commented 5 years ago

Currently you can't enable Hermes if you're using separate build per CPU architecture in Android (aka "app bundle"). Doing so causes the app to be stuck in the splash screen.
Disabling it for now.

mmazzarolo commented 5 years ago

Related: Hermes does not work when extracting apk from android app bundles (.abb)