alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
762 stars 396 forks source link

Module ./share.android could not be found #129

Closed pdooo closed 5 years ago

pdooo commented 5 years ago

I have problem with this part https://github.com/alinz/react-native-share-extension#share-component

This is my index.js

import App from './App';
import {name as appName} from './app.json';
import Share from './share.android'

AppRegistry.registerComponent(appName, () => App);
AppRegistry.registerComponent('shareNoti', () => `Share);`

Error I get is Module ./share.android could not be found

isaachinman commented 5 years ago

Are you reporting a bug? Asking for help?

pdooo commented 5 years ago

Asking for help

isaachinman commented 5 years ago

Post on StackOverflow. That question appears to be extremely basic in nature.