-
Notifications
You must be signed in to change notification settings - Fork 29
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
Stickers from URL #13
Comments
Hey @kesepara, |
Oh i see @Jobeso . I am working on a project right now that should contains this feature too. So i need to do this on my own. I will let you know when i did that. Do you have any ideas for me to do that quickly? Or any other plugins to work with to upload stickers from URL. For example i think that i need to use react-native-fs first to save the files first. Or do i need to save the files first? Any suggestions would be really appreciated. |
Yeah I try to give you some hints. First of all, is your project cross platform or only for one os? |
Cross platform. I've created my project with "react-native init" command. |
So for iOS an approach could be to save them as a local image with rn-fs (like you mentioned) or to base64, convert them to imageData and add support of imageData to this library like discussed in #11. So there is a function |
Thank you for hints. I'll let you know if i can make any progress. |
waiting for this feature. Thanks for the library. working fine!! |
Was this added to the plugin? |
@srameshr No I didn't implement it yet. I am actually thankful for help on that because I don't know a solution how to solve this on Android. |
@Jobeso Oh, sorry. I have no idea about it. Does it work on iOS though? |
@srameshr No the functionality is also not supported by default by this library for iOS but I posted a way how to achieve this above. This is only theoretically because the official library from WhatApp doesn't support this behaviour. The above mentioned would be a way I assume it to work on iOS. |
@Jobeso thanks for taking the time to outline how this could be done on iOS. I'm just wondering if anything has changed with what you said about Android?
Any further info here would be greatly appreciated! Cheers, |
Hey @pureth, |
@Jobeso is there any repo that I can see where did you stop so I can try to help you ? I've found this repo, I'll get deeper into it. |
Hey @vasconcelosvcd, |
Any update on this ??? |
Has anyone got a PR for this? :) |
up up |
Is it possible to add sticker packs to whatsapp from images which has fetched by url?
If not, is there any solution for this problem ? Maybe saving the image file first etc. ?
The text was updated successfully, but these errors were encountered: