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
##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.