Skip to content

Commit 9f76ac9

Browse files
author
Felipe Martim
committed
fixing ios props
1 parent 5c0f296 commit 9f76ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Button.ios.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import {
77
class Button extends Component{
88
render(){
99
return(
10-
<TouchableOpacity {...props}>
10+
<TouchableOpacity {...this.props}>
1111
<View style={this.props.style}>
12-
{props.children}
12+
{this.props.children}
1313
</View>
1414
</TouchableOpacity>
1515
)

0 commit comments

Comments
 (0)