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 f0b16d5 commit eceb261Copy full SHA for eceb261
README.md
@@ -173,11 +173,13 @@ class MyApp extends Component {
173
}
174
175
render() {
176
- <View>
177
- <TouchableOpacity onPress={this.onButtonPress}>
178
- <Text>Check for updates</Text>
179
- </TouchableOpacity>
180
- </View>
+ return (
+ <View>
+ <TouchableOpacity onPress={this.onButtonPress}>
+ <Text>Check for updates</Text>
+ </TouchableOpacity>
181
+ </View>
182
+ )
183
184
185
0 commit comments