achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
128 stars 13 forks source link

Error: Cannot find native module 'ExpoShareIntentModule', js engine: hermes #10

Closed amalshaji-dev closed 4 months ago

amalshaji-dev commented 4 months ago

I am new to react native, i was trying to integrate the share to app feature with the package. After installing i am getting this errro, can anyone help, Thanks

ERROR Error: Cannot find native module 'ExpoShareIntentModule', js engine: hermes ERROR Invariant Violation: "main" has not been registered. This can happen if:

achorein commented 4 months ago

make sure you run the expo prebuild --no-install before starting the project. localy use expo prebuild --no-install --clean to rebuild all native modules. I should had more information about that in the README. You can also take a look at the expo documentation here

achorein commented 4 months ago

feel free to reopen if you still have a problem.