Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 380 Bytes

React-native-app

//react native football fixtures app. The shows live football fixtures and news fetch through API. The app include Login and Signup authentication features. Expo cli app

install expo cli in your device

npm install -g expo-cli yarn add expo-cli

install node modules

npm install
yarn install

start project

npm start
yarn start

GOOD LUCK :)