Jobeso

Results 29 comments of Jobeso

Thank you for your PR. I just released v2.0.0 which adds RN 0.60 support with cocoapods and android x support. Can you recheck if this is still necessary in order...

@Arslan106 This is just for easier debugging. When you use the example repo it uses the master from one folder above as a dependency and not the released npm package.

Hey @kesepara, this is currently not possible and not supported natively by WhatsApp. There are solutions to do that but I am currently not working on it. This is definitely...

Yeah I try to give you some hints. First of all, is your project cross platform or only for one os?

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...

@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. Do you have...

@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...

Hey @pureth, glad to hear that this library helps you :) I browsed the [WhatsApp sticker repo](https://github.com/WhatsApp/stickers) issues lately and found some hints how people implemented this behaviour on the...

Hey @vasconcelosvcd, great to hear that you want to help out, appreciate it. I think the repo you posted is a good lead. They also added some info to their...