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 ffc834c commit 8395cdeCopy full SHA for 8395cde
source/views/settings/sections/odds-and-ends.js
@@ -17,7 +17,7 @@ class OddsAndEndsSection extends React.Component {
17
}
18
19
onPressButton = (id: string) => {
20
- this.props.navigation.push(id)
+ this.props.navigation.navigate(id)
21
22
23
onCreditsButton = () => this.onPressButton('CreditsView')
0 commit comments