Skip to content

Commit 82f8093

Browse files
committed
revert changes
1 parent 892b925 commit 82f8093

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

App/Containers/Example/ExampleScreen.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const instructions = Platform.select({
1212
})
1313

1414
class ExampleScreen extends React.Component {
15+
componentDidMount() {
16+
this.props.fetchTemperature()
17+
}
18+
1519
render() {
1620
let temperature = this.props.temperatureIsLoading ? '...' : this.props.temperature
1721
if (temperature === null) {

0 commit comments

Comments
 (0)