1
0
Ответвление 0
ответвлён от vergnet/application-amicale
Этот коммит содержится в:
Arnaud Vergnet 2020-04-30 23:05:59 +02:00
родитель 65eb4dd77b
коммит b83b142942

Просмотреть файл

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