Fixed crash
这个提交包含在:
父节点
65eb4dd77b
当前提交
b83b142942
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -99,7 +99,7 @@ class ProxiwashScreen extends React.Component<Props, State> {
|
|||
*/
|
||||
componentDidMount() {
|
||||
this.props.navigation.setOptions({
|
||||
headerRight:
|
||||
headerRight: () =>
|
||||
<MaterialHeaderButtons>
|
||||
<Item title="information" iconName="information" onPress={this.onAboutPress}/>
|
||||
</MaterialHeaderButtons>,
|
||||
|
|
正在加载…
在新工单中引用