react-native/Libraries/ReactNative
cailenmusselman dd5ac841d2 YellowBox" Only provide elevation style prop when running on Android
Summary:
For unknown reasons, setting elevation: Number.MAX_VALUE causes remote debugging to hang on iOS (some sort of overflow maybe). Setting it to Number.MAX_SAFE_INTEGER fixes the iOS issue, but since elevation is an android-only style property we might as well remove it altogether for iOS.

See: https://github.com/facebook/react-native/issues/12223
Closes https://github.com/facebook/react-native/pull/12744

Differential Revision: D4684524

Pulled By: mkonicek

fbshipit-source-id: 7fb4f6da1c5c0cb437beff0e75122523e7233b72
2017-03-09 15:30:29 -08:00
..
AppContainer.js Fix passThroughTouches 2017-01-23 11:28:51 -08:00
AppRegistry.js Add a hint to a very common AppRegistry error 2017-02-22 14:16:06 -08:00
I18nManager.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
UIManager.js access view managers as Native Modules 2017-01-20 15:58:27 -08:00
UIManagerStatTracker.js Wrapped UIManager native module for better abstraction 2015-11-27 07:00:32 -08:00
YellowBox.js YellowBox" Only provide elevation style prop when running on Android 2017-03-09 15:30:29 -08: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 Deal with 0.38 'FlowFixMe's 2017-01-31 13:13:32 -08:00
verifyPropTypes.js Reorganize core JS files 2016-10-11 10:14:28 -07:00