Fixed crash

This commit is contained in:
Arnaud Vergnet 2020-04-30 23:05:59 +02:00
parent 65eb4dd77b
commit b83b142942

View file

@ -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>,