Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbkuczma/nbareact
🏀 iOS and Android NBA app created with React Native
https://github.com/jbkuczma/nbareact
android basketball ios nba react-native react-native-app redux
Last synced: about 1 month ago
JSON representation
🏀 iOS and Android NBA app created with React Native
- Host: GitHub
- URL: https://github.com/jbkuczma/nbareact
- Owner: jbkuczma
- License: mit
- Created: 2016-06-13T18:20:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T18:53:43.000Z (about 6 years ago)
- Last Synced: 2024-10-11T10:05:17.798Z (about 1 month ago)
- Topics: android, basketball, ios, nba, react-native, react-native-app, redux
- Language: JavaScript
- Homepage:
- Size: 30.1 MB
- Stars: 104
- Watchers: 7
- Forks: 46
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/jbkuczma/NBAreact/blob/master/media/swish_github.png)
# Swish
An iOS and Android NBA app created with React Native. If you would like to request a feature, find a bug, have a question, or would like to leave feedback, open an [issue](https://github.com/jbkuczma/NBAreact/issues)! ⭐️ this repo to show support!## Download
- iOS - Download [here](https://itunes.apple.com/us/app/swish-basketball-stats/id1361567861)!
- Android - Coming soon!## Features
- Scores and stats for in-progress and completed games
- Detailed play by play
- Full team stats for a season
- Full player stats for a season and over their career
- Detailed player game stat graphs
- Conference rankings
- League leaders
- Videos and highlights (coming soon)
- Compare two players (coming soon)## Libraries Used
[React Native](https://github.com/facebook/react-native)[React Navigation](https://reactnavigation.org/)
[Redux](https://redux.js.org/)
[Redux Thunk](https://github.com/gaearon/redux-thunk)
[React-Native-SVG-Charts](https://github.com/JesperLekland/react-native-svg-charts)
[React-Native-Modal-Dropdown](https://github.com/sohobloo/react-native-modal-dropdown)
[nba.js](https://github.com/kshvmdn/nba.js) (custom and modified implementation to work with React Native)
## Resources Used
[Set Splash Screen iOS](https://medium.com/the-react-native-log/change-default-launch-screen-in-react-native-ios-app-544f94f1e947)[Test your React Native App on your iPhone](https://medium.com/react-native-development/deploying-a-react-native-app-for-ios-pt-1-a79dfd15acb8)
[How to Submit to the App Store](https://clearbridgemobile.com/how-to-submit-an-app-to-the-app-store/)
# Getting Started
- Fork (optional) and clone repo
git clone https://github.com/jbkuczma/NBAreact.git && cd NBAreact
- Install and link dependencies
npm install
npm link
- Run
npm run start:ios
npm run start:iphoneX
npm run start:android (an emulator must be running first)