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
Current version doesn't crash any more, but it's a wonky pattern.
At minimum, need to implement a PlayerView component and SinglePlayer screen to match Song pattern
But also, the whole Roster/Player/Song or Roster/TwitterList interaction is weird and the backbutton behavior is not sensible, so let's think about the whole thing.
The text was updated successfully, but these errors were encountered:
oh hey also there's a buncha calls like
this.props.navigation.setOptions({ header: null });
all over the place that don't cause harm to exist but do nothing (because the behavior we want is set in the navigator setup currently, and the way to do it in the screen is different) so delete all of those when addressing this ticket
Current version doesn't crash any more, but it's a wonky pattern.
At minimum, need to implement a
PlayerView
component andSinglePlayer
screen to match Song patternBut also, the whole Roster/Player/Song or Roster/TwitterList interaction is weird and the backbutton behavior is not sensible, so let's think about the whole thing.
The text was updated successfully, but these errors were encountered: