react-native/Libraries/ReactNative
Ben Roth 09e7dbc9cb Protect against fatal YellowBox error when stack frame has no file
Summary:
Motivation: When viewing a stack trace in YellowBox where one or more of the stack frames has no `file`, JS will encounter the fatal error `null is not an object (evaluating 'file.split')`. This can happen, for example, when running a bundle for which no source maps were generated.
Closes https://github.com/facebook/react-native/pull/13512

Differential Revision: D4896480

Pulled By: javache

fbshipit-source-id: 202c793a47abb83a4700a5778a92b0b5828b01a3
2017-04-18 09:39:31 -07:00
..
AppContainer.js Fix passThroughTouches 2017-01-23 11:28:51 -08:00
AppRegistry.js Add option to track when we're showing blankness during fast scrolling 2017-04-07 01:00:39 -07:00
I18nManager.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
UIManager.js Moved takeSnapshot method from UIManager to ReactNative 2017-03-25 00:46:54 -07:00
UIManagerStatTracker.js Wrapped UIManager native module for better abstraction 2015-11-27 07:00:32 -08:00
YellowBox.js Protect against fatal YellowBox error when stack frame has no file 2017-04-18 09:39:31 -07:00
queryLayoutByID.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
renderApplication.js Move BackAndroid -> BackHandler, add Apple TV support for back nav 2017-03-06 21:51:40 -08:00
requireNativeComponent.js Replaced View.propTypes with a static getter that warned about deprecation 2017-03-28 11:32:09 -07:00
verifyPropTypes.js Replaced View.propTypes with a static getter that warned about deprecation 2017-03-28 11:32:09 -07:00