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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#1882e4129c4 Thanks @bataevvlad! - @ui-kitten/metro-config no longer replaces Metro's default reporter. create() returned its own reporter even when the project passed none, which shadowed Metro's TerminalReporter and silenced
every bundler log line and warning (#1763). A reporter the project supplies is still wrapped so the initialize_started re-bootstrap keeps working.