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

Create StreamListRow component #2

Open
nilaymaj opened this issue Jul 22, 2020 · 1 comment
Open

Create StreamListRow component #2

nilaymaj opened this issue Jul 22, 2020 · 1 comment

Comments

@nilaymaj
Copy link
Collaborator

Create a component for a single row of a list of streams (see Explore Streams screen). The component should (at least) take as props:

  • A stream object of type IStream.
  • An onPress function of type () => void. Call this function when the user taps the row.

ListItem from React Native Elements seems like a good fit for this component. You can display something like xyz followers in the subheader. No need to show any avatar here.

@asharma8602
Copy link
Contributor

Ashutosh and Abhinav kare taking up this issue

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

2 participants