Is Vercel blob compatible with React Native?
Unanswered
Lawrence's Goldfinch posted this in #help-forum
Lawrence's GoldfinchOP
I want to use vercel blob client upload in a react native app.
3 Replies
Northwestern Crow
hi @Lawrence's Goldfinch have you found a way to do that? I am currently using vercel blob server upload in my react native app, but I would like to understand if it is possible also to use client upload (since it has not the 4.5mb size limit). I tried to follow the docs, but when I try to use the client
upload function, I receive an error on my app that says unable to resolve "@vercel/blob/client"Lawrence's GoldfinchOP
Yeah the client upload doesn’t seem to work with react native. We are now using aws s3.
Northwestern Crow
ok 😔 thanks!