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 68e31f0 commit 5ab56ffCopy full SHA for 5ab56ff
App/Containers/Example/ExampleScreen.js
@@ -49,7 +49,7 @@ class ExampleScreen extends React.Component {
49
</Text>
50
</View>
51
)}
52
- <Button onPress={this.props.fetchUser} title="Refresh" />
+ <Button onPress={() => this.props.fetchUser} title="Refresh" />
53
54
55
0 commit comments