-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with React Native 0.60.5 #180
Comments
same case in here |
@alinz Please try to reply ASAP. I have to resolve this as it is required urgently. |
Hey @alinz, I have the same problem. Please try to fix this ASAP. |
Hey @alinz, are you going to reply this ? I'm stuck at a point or else please suggest me another package. |
https://github.com/ajith-ab/react-native-file-share-intent |
@jeffelector is it doing all the sharing operations like sharing links, text, photos & videos ? |
this is from the documentation ..for me it work just fine i manage to pass string ,but for photo i am not sure.. i know it can be pass as uri to the photo and then you can make something with it . |
@jeffelector Thanks for the information. |
Hello any updates on this? My share extension is not working after upgrading to 0.60.5. It runs fine on android but does not work in iOS |
I also get this issue it not working in 0.60.5^ for iOS |
Hey @tarang8811 & @AkshayP8140 Please add the libraries which are specified in documentation using add libraries to your Share Extension project. This library is not a pod specific. So have to add/link the libraries. Please read the document clearly about how to add libraries. |
@kumbhar-ketan so, |
@AkshayP8140 Can you post your maindelegate file which you are using in share extension. Also post a share component which you are using to display UI on clicking of the share extension. |
MyShareEx.m
index.js
|
@AkshayP8140 this is wrong. You can't open same intent twice. You must change the default entry file of your share extension to other file. |
@kumbhar-ketan
|
No. You must register it in index js but you must set the entry point which you used to register it. AppRegistry.registerComponent(appName, () => App); Now change in your MyShareX.m file - @'index' => @'Share' |
@kumbhar-ketan #180 (comment) This is working in emulator but it not work in the device I think it because of bundler issues "Make sure you're running a packager server or have included a .jsbundle file in your application bundle." |
i ve used this package with all new features with react native greater than 0.60 support react-native-receive-sharing-intent |
@ajith-ab react-native-share-extension It works on latest react-native 0.62.2 version though. so I don't think I need what you suggest in every ticket of this package. |
Not working with React Native 0.60.5. Followed each & every step as there in the docs. Please help me to resolve this.
The text was updated successfully, but these errors were encountered: