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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
I am using React native sdk for my app which is using PUBNUB. We have recently upgraded the app to use the pubnub react native components. But it seems like there is limitation on uploading images more than 5 mb, so we thought of reducing the size of the images before uploading.
Message Input component provide us with the onBeforeSend callback function, but it supports and intercepts only texts not the files.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Team,
I am using React native sdk for my app which is using PUBNUB. We have recently upgraded the app to use the pubnub react native components. But it seems like there is limitation on uploading images more than 5 mb, so we thought of reducing the size of the images before uploading.
Message Input component provide us with the onBeforeSend callback function, but it supports and intercepts only texts not the files.
The text was updated successfully, but these errors were encountered: