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 StreamDescriptionOverlay component #3

Closed
nilaymaj opened this issue Jul 22, 2020 · 2 comments · Fixed by #16
Closed

Create StreamDescriptionOverlay component #3

nilaymaj opened this issue Jul 22, 2020 · 2 comments · Fixed by #16

Comments

@nilaymaj
Copy link
Collaborator

Create a component for the stream description overlay that is to be shown when the user taps on a stream on the Explore streams screen. As props, take:

  • A boolean open, that decides if the overlay is open or not.
  • A stream object of type IStream.
  • A boolean that specifies if the stream is followed by the user or not.
  • An onButtonPress function of type () => void: call this function when the user taps on the Subscribe (or Unsubscribe) button.

Overlay from React Native Elements seems good for making this.

@diyasinghal21
Copy link

Diya Singhal and Shivam Malhotra are taking up this issue.

@BipplavTiwari
Copy link
Contributor

Bipplav Kumar Tiwari and Sriramchandher are taking up this issue

kartikcode added a commit that referenced this issue Jul 12, 2021
fix issue #3 : Create StreamDescriptionOverlay component
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

Successfully merging a pull request may close this issue.

3 participants