alinz / react-native-share-extension

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

when we use in Expo project after detaching getting Error(React/RCTBridgeModule.h not found ) #77

Open sudeepagarwal24 opened 6 years ago

sudeepagarwal24 commented 6 years ago

After detaching from Expo, I’m trying to add the React Native Share Extension but getting below error. If someone can help would be very grateful.Please Find the screenshot for referencing. screen shot 2017-12-28 at 8 37 16 pm

tallen11 commented 6 years ago

Getting this too, anyone have a solution?

pkantsedalov commented 6 years ago

+1

isaachinman commented 6 years ago

Also getting this error, but not related to an Expokit project.

isaachinman commented 6 years ago

@sudeepagarwal24 Did you find a solution?

vstlouis commented 5 years ago

Copy and paste the files into your ShareExtension folder.. next to the MyShareEx.m file you created.. it works there.

ErangaD commented 4 years ago

I am getting the same error in react-native 0.59 and react-native-share-extension 2.0.0 on xcode 11.1. @vstlouis What is meant by copy and paste files to the ShareExtension folder? What are the files that you are referring to here?