NYTimesTopStories-React-Native icon indicating copy to clipboard operation
NYTimesTopStories-React-Native copied to clipboard

NewYork Times Top Stories app made with React Native with sqlite for Android - http://i.imgur.com/SU9B3TM.gifv

NewYork Times Top Stories - React Native

NewYork Times news reader Android, made with React-Native.

##Features/components

  • Uses React Native 0.25.1 with React 0.14.8
  • Has Sqlite storage support to store news
  • Switch between different sections topstories
  • Pull down to refresh to get latest news
  • WebView to view news page
  • Pagination natively implemented by ListView

Android App Preview

Preview

##Installation

  • Clone or download the repo
  • cd to directory and do npm install
  • You would need api key of new york times to run this
  • Replace the api key(API_KEY) in RefreshableTopStoriesList
  • adb reverse tcp:8081 tcp:8081
  • react-native run-android

##Usage

##Future Improvements

  • Clean up code
  • Proper styling with icons on android drawer
  • iOS implementation of app

##License MIT

##Disclaimer This is not a work of Newyork Times, this is an entity of single individual which uses api of Nytimes, which is not for commercial purposes, hence this app cannot be released on playstore. This app is only for demonstration and education purposes for learning react native.