You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, firstly I would like to say I really like this library and appreciate how well made it is.
The issue I'm having is that I don't know how to post a status with an image without using the camera roll. Is there anyway to get an image from a url on the internet and post that image to a twitter status along with some text? Please point me in the right direction, I couldn't find anything in your documentation.
Thank you so much for your time
The text was updated successfully, but these errors were encountered:
React Native currently lacks Blob implementation, so getting an image from a url on the internet and posting that to a twitter is a little bit complicate work.
First, we need a file downloading library such as react-native-fetch-blob, react-native-fs, etc to download an image and get the uri of it. Below sample uses react-native-fetch-blob.
Thank you so much! I've been working countless hours on this, day and night, I appreciate the reply very much. Will the code you wrote above work as is or would I need to make any changes to it? Please let me know and again I would like to say that I appreciate your help and the wonderful library you've made.
Hi, firstly I would like to say I really like this library and appreciate how well made it is.
The issue I'm having is that I don't know how to post a status with an image without using the camera roll. Is there anyway to get an image from a url on the internet and post that image to a twitter status along with some text? Please point me in the right direction, I couldn't find anything in your documentation.
Thank you so much for your time
The text was updated successfully, but these errors were encountered: