In assemble release or prod release there wont be any error shown like the one you just posted. But in debug or dev environment it's always recommended to actually be shown the errors so to prevent the app from crashing in production. And those error screen actually helps to identify where the code went wrong. But as you have already done disableYellow box to true which mutes the warnings in the app but not the errors since in dev errors are important to correct the code.
↧