Skip to content
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

StatusUpdateForm: No action on picture click #207

Open
Muffles opened this issue Jul 13, 2021 · 0 comments
Open

StatusUpdateForm: No action on picture click #207

Muffles opened this issue Jul 13, 2021 · 0 comments

Comments

@Muffles
Copy link

Muffles commented Jul 13, 2021

Setup (always fill this in):

  • iOS
  • Regular React-native
  • React Native Version: 0.61.5
  • react-native-activity-feed version: 1.1.0
  • getstream version: 7.2.10

Describe the bug
On the StatusUpdateForm component, there is no behaviour when I click on the picture icon. No error, no warning, simply nothing happens and I have no way to debug this.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the feed page
  2. Click on the image upload icon
  3. Nothing happens

Expected behavior
I would expect an image picker to show up

Additional context

return (
      <View style={{flex: 1}}>
        {userToken &&
          <StreamApp
            apiKey={appData.apiKey}
            appId={appData.appId}
            token={userToken}
          >
            <FlatFeed
              feedGroup='user'
              notify
            />
            <StatusUpdateForm/>
          </StreamApp>
        }
      </View>
  );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant