Skip to content

Commit

Permalink
sample bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis committed May 31, 2018
1 parent d4f0603 commit 248704a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default class NewPicker extends React.Component{
}
render(){
const {
customButton,
...rest
} = this.props;
const customButton = (<Button onPress={this.customButtonOnPress} style={{ container:{ width:'80%', marginHorizontal:'3%' }, text:{ fontSize: 20 } }} primary text={'送出'}/>);
Expand Down

0 comments on commit 248704a

Please sign in to comment.