We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7c58f commit e8dc1d5Copy full SHA for e8dc1d5
app/components/AboutButton/AboutButtonView.native.js
@@ -4,8 +4,8 @@ import Button from 'react-native-button';
4
import styles from '../../native/styles';
5
6
export default props =>
7
- <Button
8
- onPress={props.onClick}
+ <Button
+ onPress={props.onClick}
9
style={styles.buttonText}
10
containerStyle={styles.button}>
11
About
app/components/HelpButton/index.js
@@ -10,7 +10,7 @@ class HelpButton extends React.Component {
render() {
return (
12
<HelpButtonContainer { ...this.props }/>
13
- )
+ );
14
}
15
16
0 commit comments