Skip to content

Commit

Permalink
Merge pull request #439 from philipshurpik/back-button-text
Browse files Browse the repository at this point in the history
fixed backbutton text width
  • Loading branch information
aksonov committed Mar 31, 2016
2 parents 7d0a563 + c2473c8 commit 6d358b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const styles = StyleSheet.create({
position: "absolute",
},
backButton: {
width: 100,
width: 130,
height: 37,
position: "absolute",
bottom: 4,
Expand Down

0 comments on commit 6d358b9

Please sign in to comment.