Skip to content

Commit a8097e7

Browse files
Felipe VieiraFelipe Vieira
authored andcommitted
remove obsolete view from iOS
1 parent 9f76ac9 commit a8097e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Button.ios.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ class Button extends Component{
88
render(){
99
return(
1010
<TouchableOpacity {...this.props}>
11-
<View style={this.props.style}>
12-
{this.props.children}
13-
</View>
11+
{this.props.children}
1412
</TouchableOpacity>
1513
)
1614
}

0 commit comments

Comments
 (0)