Skip to content

Commit 46d5025

Browse files
authored
update settings/support to call .navigate instead of .push
1 parent 5786334 commit 46d5025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/settings/sections/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class SupportSection extends React.Component {
1313
props: TopLevelViewPropsType
1414

1515
onPressButton = (id: string) => {
16-
this.props.navigation.push(id)
16+
this.props.navigation.navigate(id)
1717
}
1818

1919
getDeviceInfo = () => `

0 commit comments

Comments
 (0)