I am facing this error in ActivityView.m.
what should I do?
doShare(data){ ActivityView.show({ text: 'ActivityView for React Native', url: 'https://github.com/naoufal/react-native-activity-view', imageUrl: 'https://facebook.github.io/react/img/logo_og.png', anchor: React.findNodeHandle(this.refs.share), }); }
I am facing this error in ActivityView.m.
what should I do?
doShare(data){ ActivityView.show({ text: 'ActivityView for React Native', url: 'https://github.com/naoufal/react-native-activity-view', imageUrl: 'https://facebook.github.io/react/img/logo_og.png', anchor: React.findNodeHandle(this.refs.share), }); }