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
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.
The text was updated successfully, but these errors were encountered:
Create a component for a single row of a list of streams (see Explore Streams screen). The component should (at least) take as props:
IStream
.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 likexyz followers
in the subheader. No need to show any avatar here.The text was updated successfully, but these errors were encountered: