Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 566 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 566 Bytes

News-test app

This is a news feed application which is connected with News API. User can view top headline news and it also has the option for users to feed news using selected keywords.

Setup

Download the project and navigate to project folder using commandline or terminal. Run

yarn install

IOS SETUP AND RUN

Navigate to ios folder and run

pod install

Navigete to project folder and run

react-native run-ios

Android RUN

Navigete to project folder and run

react-native run-android