File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Button extends Component{
12
12
background = { TouchableNativeFeedback . SelectableBackground ( ) }
13
13
{ ...this . props }
14
14
>
15
- < View >
15
+ < View style = { this . props . style } >
16
16
{ this . props . children }
17
17
</ View >
18
18
</ TouchableNativeFeedback >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class Button extends Component{
8
8
render ( ) {
9
9
return (
10
10
< TouchableOpacity { ...props } >
11
- < View >
11
+ < View style = { this . props . style } >
12
12
{ props . children }
13
13
</ View >
14
14
</ TouchableOpacity >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-nativebutton" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " ReactNative - Native button for iOS and Android" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments