Skip to content

soufianeodf/react-native-NBA

Repository files navigation

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! ⭐️ this repo to show support!

Libraries Used

React Native

React Navigation

Redux

React Redux

Redux Promise

Axios

Moment

React-Native-webview

React-Native-vector-icons

React-Native-video

React-Native-render-html

Firebase (email auth and real-time database)

Before Run

  • 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;

Getting Started

  1. Fork (optional) and clone repo
 git clone https://github.com/soufianeodf/react-native-NBA.git 

 cd react-native-NBA
  1. Install dependencies
npm install
  1. Run
react-native run-android

react-native run-ios

About

🏀 A simple React Native NBA app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published