MCPcopy Create free account
hub / github.com/shoutem/ui / constructor

Method constructor

components/ShareButton.js:19–23  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

17 */
18class ShareButton extends PureComponent {
19 constructor(props) {
20 super(props);
21
22 autoBindReact(this);
23 }
24
25 onShare() {
26 const { title, message, url } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected