Fixed crash

這個提交存在於:
Arnaud Vergnet 2020-04-30 23:05:59 +02:00
父節點 65eb4dd77b
當前提交 b83b142942

查看文件

@ -99,7 +99,7 @@ class ProxiwashScreen extends React.Component<Props, State> {
*/ */
componentDidMount() { componentDidMount() {
this.props.navigation.setOptions({ this.props.navigation.setOptions({
headerRight: headerRight: () =>
<MaterialHeaderButtons> <MaterialHeaderButtons>
<Item title="information" iconName="information" onPress={this.onAboutPress}/> <Item title="information" iconName="information" onPress={this.onAboutPress}/>
</MaterialHeaderButtons>, </MaterialHeaderButtons>,