(props)
| 17 | */ |
| 18 | class ShareButton extends PureComponent { |
| 19 | constructor(props) { |
| 20 | super(props); |
| 21 | |
| 22 | autoBindReact(this); |
| 23 | } |
| 24 | |
| 25 | onShare() { |
| 26 | const { title, message, url } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected