-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Please add react-native-fetch-blob
to the base expo client
#123
Comments
We're planning on waiting for this PR facebook/react-native#11417 to make it into React Native. For now I'd recommend detaching if you need this feature. |
waiting for RNFetchBlob to work with Expo... |
Still waiting on upstream PRs to land @lalzada :( facebook/react-native#11417 If you have any expertise on that and want to step in and help that would be appreciated! |
Would really like this feature as well! Wouldn't want to detach just so I can use one native dependency. |
Any news on this? :-/ |
None that I've heard
…On Jun 22, 2017 3:35 AM, "dackom" ***@***.***> wrote:
Any news on this? :-/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#123 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ARmByagINuuoVEd68Ny2MsrhoVabaDzKks5sGkOFgaJpZM4NFWHU>
.
|
Still nothing? :\ |
Hi! We're tracking this on Canny now. We're still waiting on facebook/react-native#11417 and facebook/react-native#11573. |
any progress? |
guys any progress on this? would be so helpful having it included in expo |
still nothing ====o |
Any changes? please |
Some contributors to Expo are helping with the upstream Blob PR to React Native. Please see those linked PRs above. |
I don't want to be a pest, but it looks like both PR's above have been merged now. Do we have an ETA on when we can implement blobs in Expo projects? |
The Blob PR was merged into RN master and will be part of RN 0.54, if the Blob PR does not get reverted. Assuming it is released with RN 0.54 and that RN 0.54 is released when expected (beginning of March), preliminary Blob support will arrive in late March with Expo SDK 27. |
Fingers crossed! |
Subscribing. |
Please until then, is there any alternative other than detaching? |
@brentvatne I am not uploading. I want to download a video from a remote server and allow the users of my app to share it A thought just flash in now. I think I should convert to base 64 in the server and simply send the url. |
Any news? |
React Native and Expo landed blob support last march in SDK 26. |
My app is doing a lot of work with media (images and videos) and I can't support background uploads or image/video caching without this package. I'm open to using a different library, but this one seems pretty good.
https://github.com/wkh237/react-native-fetch-blob
Features
I think some other users would appreciate this as well:
The text was updated successfully, but these errors were encountered: