Skip to content

Commit

Permalink
Merge pull request #1368 from sarovin/rightButton
Browse files Browse the repository at this point in the history
DEL width for the button in NavBar
  • Loading branch information
sarovin authored Nov 28, 2016
2 parents 3fae531 + d886343 commit 135c051
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const styles = StyleSheet.create({
position: 'absolute',
},
backButton: {
width: 100,
height: 37,
position: 'absolute',
...Platform.select({
Expand All @@ -96,7 +95,6 @@ const styles = StyleSheet.create({
flexDirection: 'row',
},
rightButton: {
width: 100,
height: 37,
position: 'absolute',
...Platform.select({
Expand All @@ -111,7 +109,6 @@ const styles = StyleSheet.create({
padding: 8,
},
leftButton: {
width: 100,
height: 37,
position: 'absolute',
...Platform.select({
Expand Down Expand Up @@ -144,9 +141,6 @@ const styles = StyleSheet.create({
backButtonImage: {
width: 13,
height: 21,
},
rightButtonIconStyle: {

},
defaultImageStyle: {
height: 24,
Expand Down

0 comments on commit 135c051

Please sign in to comment.