Fix whitespace
This commit is contained in:
+13
-13
@@ -5,20 +5,20 @@ const styles = StyleSheet.create({
|
||||
});
|
||||
|
||||
export default class Help extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
//const { counter } = this.props;
|
||||
render() {
|
||||
//const { counter } = this.props;
|
||||
|
||||
return (
|
||||
<View style={{flex: 1, alignItems: 'center', justifyContent: 'center' }}>
|
||||
<Text>This is a sample counter app.</Text>
|
||||
<Text>Press Increase to add 1 to the value.</Text>
|
||||
<Text>Press Decrease to subtract 1 from the value.</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
return (
|
||||
<View style={{flex: 1, alignItems: 'center', justifyContent: 'center' }}>
|
||||
<Text>This is a sample counter app.</Text>
|
||||
<Text>Press Increase to add 1 to the value.</Text>
|
||||
<Text>Press Decrease to subtract 1 from the value.</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user