Skip to content

@ui-kitten/metro-config@6.0.2

Choose a tag to compare

@github-actions github-actions released this 26 Sep 15:01
0bc303c

Patch Changes

  • #1882 e4129c4 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.