Kumar Gaurav

Results 18 comments of Kumar Gaurav

I need to do this before the app works. in `Podfile` ```js ... post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0' end end end ``` Then...

> I rather just remove the offending modules. What's wrong with keeping things up-to-date and dropping legacy supports ?? Just curious to know what's the pain point in adding support...

After Deleting it, you have to copy `ShareViewController.swift` from the `node_modules/react-native-share-menu/ios` folder into your project as per instructions. Did you do that ??

Facing similar issue. When links are shared from another app, nothing happens. In my case, not even the custom share component doesn't even open. Flipper shows an app crash with...

> Facing similar issue. > When links are shared from another app, nothing happens. In my case, not even the custom share component doesn't even open. > > Flipper shows...

Can you show the contents of `index.share.js` file ??

Ok. Anything in logs ?? any error or warning ?? Also, I followed the same instructions and I could get it working fine !

> Ok. > Anything in logs ?? any error or warning ?? > > Also, I followed the same instructions and I could get it working fine ! I got...

@kodie As per my understanding, when you are in development phase, most of the things have to be build as per your laptop's processor which may not be `arm` architecture....