mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 17:18:58 +08:00
[react_native] JS files from D2130816: [react_native] Don't render crumb container to texture
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user