-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Setup (always fill this in):
- iOS or Android? android
- Expo or regular React Native? regular React Native
- React Native Version:0.63.3
react-native-activity-feedorexpo-activity-feedversion:npm list --pattern <package-name>/yarn list --pattern <package-name>
`-- react-native-activity-feed@0.9.1getstreamversion:npm list --pattern getstream/yarn list --pattern getstream
-- react-native-activity-feed@0.9.1-- react-native-activity-feed-core@0.9.1
`-- getstream@4.5.4
Describe the bug
I have a problem with uploading an image with StatusUpdateForm component
it always gives me : "something went wrong when uploading your image .Is your internet working ? ...etc "
-
uploading only text posts work however with images it gives me above error , also small images doesn't work
-
the mobile internet is working fine and also trying to use small images as the error suggests but with no luck
To Reproduce
here is the code :
<StreamApp
apiKey=""
appId=""
token="">
<FlatFeed Activity={CustomActivity} notify />
<StatusUpdateForm feedGroup={"timeline"} />
</StreamApp>
Expected behavior
Upload image should be successful as both the network and image size are OK .
Screenshots
screen shot above
Metadata
Metadata
Assignees
Labels
No labels
