react-native/Libraries/ReactIOS
Dave Miller 7dc1d460c6 Fix the Portal display to not rerender the entire tree
Summary:public
We now wrap the	<RootComponent>	in an <View> where we can control the accessibility at a high level.  This was only used to turn it off for the faded out background view when we show a pop up.

We use setNativeProps instead of setState to avoid the render.	  We really just want to pass this value to the native Android View.

Reviewed By: davidaurelio

Differential Revision: D2928371

fb-gh-sync-id: 19c34471c33650acb526a2f5a02b6070e844e8d0
shipit-source-id: 19c34471c33650acb526a2f5a02b6070e844e8d0
2016-02-17 08:55:57 -08:00
..
IOSDefaultEventPluginOrder.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
IOSNativeBridgeEventPlugin.js Wrapped UIManager native module for better abstraction 2015-11-27 07:00:32 -08:00
NativeMethodsMixin.js CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
YellowBox.js RN: Teach YellowBox to Count 2016-01-20 15:14:31 -08:00
renderApplication.android.js Fix the Portal display to not rerender the entire tree 2016-02-17 08:55:57 -08:00
renderApplication.ios.js Fix errors uncovered by v0.19.0 2015-12-01 20:11:26 -08:00
requireNativeComponent.js Allow customized refreshControl in ScrollView for Android 2016-02-02 07:12:32 -08:00
verifyPropTypes.js More helpful description for native-js prop mismatch 2016-01-28 20:14:34 -08:00