NBAreact icon indicating copy to clipboard operation
NBAreact copied to clipboard

🏀 iOS and Android NBA app created with React Native

Results 18 NBAreact issues
Sort by recently updated
recently updated
newest added

Title says it all. Ex: - Move similar styles into a `common/styles.js` file - Break up large components into smaller ones - Create stateless components when appropriate - Bind functions...

task

```sh npm outdated ```

task

Get rid of all of these 🙂 ```js { this.state.loading && } ```

enhancement
task

Currently you can only navigate to the next and previous date. Make it easier to select a date in the past / future (such as a week view).

enhancement
feature

Add a new tab that is strictly for videos. Could see if there is an API endpoint the NBA uses or scrape videos from /r/nba

enhancement
on hold
feature
backlog

Currently Swish does not factor in not having a network connection; if the network drops the loading indicator spins indefinitely. nbaFetch should be updated to handle the following error (probably...

backlog

When selecting a game, it would be nice to see who the two top performing players are for a game (one from each team).

enhancement
idea
feature
backlog

The search bar is kind of high on the iPhone 6s. Looks worse on a physical device. ![simulator screen shot - iphone 6s - 2018-05-08 at 17 47 04](https://user-images.githubusercontent.com/12615090/39784793-b219d9e0-52e7-11e8-991b-e691e52a1df6.png)

bug
iOS
backlog

Currently the ScoresScreen is populated with data from data.nba.net. There is another endpoint from stats.nba.com that provides game info as well, sometimes with more information. This ticket is a place...

task