[react_native] JS files from D2130816: [react_native] Don't render crumb container to texture

This commit is contained in:
Andy Street 2015-06-09 03:11:12 -07:00
parent de1320acc7
commit 0a3fca9520

View File

@ -164,7 +164,6 @@ var NavigatorBreadcrumbNavigationBar = React.createClass({
renderToHardwareTextureAndroid: renderToHardwareTexture,
};
this.refs['crumb_' + index].setNativeProps(props);
this.refs['icon_' + index].setNativeProps(props);
this.refs['separator_' + index].setNativeProps(props);
this.refs['title_' + index].setNativeProps(props);