mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-13 09:20:50 +08:00
Summary: For the use-case where iOSdebug builds prefer to use static bundles over bundles served dynamically by metro. There's currently a bug caused by the packager client repeatedly attempting to connect to metro. This leads to endless log statements in xcode as well as other side effects: https://github.com/facebook/react-native/issues/21030. Fix is based off of https://github.com/facebook/react-native/issues/21030 which fixes the behavior for the inspector. Stops endless logging by packager client for debug builds that use static bundles. [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/24050 Differential Revision: D14541574 Pulled By: cpojer fbshipit-source-id: 09c2c82eb2d4aeb0e7ba322fd81b0dd7bf9e683c