forked from vergnet/application-amicale
Fixed crash
This commit is contained in:
parent
65eb4dd77b
commit
b83b142942
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue