mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1801dbd333
Summary: In YellowBox we were parsing the component stack trace in a narrow set of use cases, which are commonly missed (I see this working ~50% of the time). That seems to be overly cautious. In LogBox, since there's a nice UI for component stack traces, let's be more aggressive about finding the component stack and we can address it with feedback if we find that there are real issues with this strategy in practice Changelog: [Internal] Reviewed By: cpojer Differential Revision: D18053389 fbshipit-source-id: 48f116e2bd3f8cc43d53d3668fd6d5b8d7cba2a4