Sukhmanjit Singh
Sukhmanjit Singh
@EKOzkan am using react-native-share-menu 6.0.0 with react-native 0.72.6. what issue are you facing?
Instead of using npx expo install , use npm install . This worked for me.
You need to add another target for the extension in Podfile and manually add pods for each library you want to use. eg. ``` target 'ShareExtension' do use_react_native! pod 'RNShareMenu',...
> Hi ! @jaaywags Thank you very much for your fix! However, I am not an iOS dev and when I try to apply your fix, I get an error...
> @ndv23 and @singh-sukhmanjit I was getting that error too, was able to get it working it by adding `@available(iOSApplicationExtension, unavailable)` to the classes in both `ShareViewController.swift` and `ReactShareViewController.swift` (I...
You need to use https://www.npmjs.com/package/react-native-shared-group-preferences to share the data.