mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 09:12:46 +08:00
Summary: Live reload is disabled when an error has occurred. This requires the developer to fix the error and then switch to the simulator to reload the device manually; impacting developer flow and increasing alt tabbing. This pull request fixes that by allowing live reload to work even on errors. This fixes issue: #1343. Closes https://github.com/facebook/react-native/pull/1549 Github Author: Ruben Niculcea <ruben.niculcea@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.