We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5786334 commit 46d5025Copy full SHA for 46d5025
source/views/settings/sections/support.js
@@ -13,7 +13,7 @@ export default class SupportSection extends React.Component {
13
props: TopLevelViewPropsType
14
15
onPressButton = (id: string) => {
16
- this.props.navigation.push(id)
+ this.props.navigation.navigate(id)
17
}
18
19
getDeviceInfo = () => `
0 commit comments