Skip to content

Commit

Permalink
Update share.ios.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sportnak authored Aug 25, 2017
1 parent dd31e17 commit 2eb05bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Sample1/share.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class Share extends Component {
}
}

async componentDidMount = () => {
async componentDidMount() {
try {
const { type, value } = await ShareExtension.data()
this.setState({
Expand Down

0 comments on commit 2eb05bf

Please sign in to comment.