mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 08:26:23 +00:00
[react_native] JS files from D2130816: [react_native] Don't render crumb container to texture
This commit is contained in:
parent
de1320acc7
commit
0a3fca9520
@ -164,7 +164,6 @@ var NavigatorBreadcrumbNavigationBar = React.createClass({
|
|||||||
renderToHardwareTextureAndroid: renderToHardwareTexture,
|
renderToHardwareTextureAndroid: renderToHardwareTexture,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.refs['crumb_' + index].setNativeProps(props);
|
|
||||||
this.refs['icon_' + index].setNativeProps(props);
|
this.refs['icon_' + index].setNativeProps(props);
|
||||||
this.refs['separator_' + index].setNativeProps(props);
|
this.refs['separator_' + index].setNativeProps(props);
|
||||||
this.refs['title_' + index].setNativeProps(props);
|
this.refs['title_' + index].setNativeProps(props);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user