Browse Source

Fixed crash

Arnaud Vergnet 4 years ago
parent
commit
b83b142942
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/screens/Proxiwash/ProxiwashScreen.js

+ 1
- 1
src/screens/Proxiwash/ProxiwashScreen.js View File

99
      */
99
      */
100
     componentDidMount() {
100
     componentDidMount() {
101
         this.props.navigation.setOptions({
101
         this.props.navigation.setOptions({
102
-            headerRight:
102
+            headerRight: () =>
103
                 <MaterialHeaderButtons>
103
                 <MaterialHeaderButtons>
104
                     <Item title="information" iconName="information" onPress={this.onAboutPress}/>
104
                     <Item title="information" iconName="information" onPress={this.onAboutPress}/>
105
                 </MaterialHeaderButtons>,
105
                 </MaterialHeaderButtons>,

Loading…
Cancel
Save