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! ⭐️ this repo to show support!
Firebase (email auth and real-time database)
- Create a firebase project
- In Authentication enable auth with email/password
- Create a Realtime Database
- Import json file from assets/
- In app/utils/misc, create the following pairs (key/value):
export const FIREBASEURL = YOUR_DATABASE_URL;
export const APIKEY = YOUR_API_KEY;
- Fork (optional) and clone repo
git clone https://github.com/soufianeodf/react-native-NBA.git
cd react-native-NBA
- Install dependencies
npm install
- Run
react-native run-android
react-native run-ios