Skip to content

Commit a5c93f2

Browse files
Update index.js
1 parent d9c583e commit a5c93f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/components/button/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ class NHButton extends Component {
8686
button
8787
onPress={() => this.props.navigation.navigate(data.route)}
8888
>
89+
<Left>
8990
<Text>{data.text}</Text>
91+
</Left>
9092
<Right>
9193
<Icon name="arrow-forward" style={{ color: "#999" }} />
9294
</Right>

0 commit comments

Comments
 (0)