https://github.com/iSimar/HackerNews-React-Native
Hacker News iOS and Android App - Made with React Native.
https://github.com/iSimar/HackerNews-React-Native
android hacker-news javascript
Last synced: 20 days ago
JSON representation
Hacker News iOS and Android App - Made with React Native.
- Host: GitHub
- URL: https://github.com/iSimar/HackerNews-React-Native
- Owner: iSimar
- License: mit
- Created: 2015-03-26T23:54:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T06:10:55.000Z (about 3 years ago)
- Last Synced: 2024-10-29T13:50:14.477Z (6 months ago)
- Topics: android, hacker-news, javascript
- Language: JavaScript
- Homepage: http://i.imgur.com/3ijCDTL.png
- Size: 6.33 MB
- Stars: 3,659
- Watchers: 168
- Forks: 611
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - HackerNews-React-Native - Hacker News iOS and Android App - Made with React Native. (JavaScript)
- awesome-seed - HackerNews-React-Native - Hacker News iOS and Android App - Made with React Native. (Seed List / Mobile)
README
# DEPRECATED FOR NOW - uses an old version of react native
# See other react native example apps here: https://expo.io/featured# HackerNews-React-Native
[Hacker News](https://news.ycombinator.com/) reader for iOS and Android, made with [React-Native](https://github.com/facebook/react-native).
## DEMO
[](https://itunes.apple.com/ca/app/hacker-news-reader-react-native/id1067161633?mt=8)
[](https://play.google.com/store/apps/details?id=com.hackernews)## iOS App Preview


## Android App Preview

## Features/Components
- Uses React Native 0.20
- Pull down to Refresh listview
- Pagination listview
- Comment & Sub Comments
- WebView to view source pages## Installation
Once you have downloaded or cloned this repository, run `npm install` inside the directory.## Usage
- [Setting up React Native for Android](https://facebook.github.io/react-native/docs/android-setup.html#content)
- [Running app on Android Device](https://facebook.github.io/react-native/docs/running-on-device-android.html#content)
- [Running app on iOS Device](https://facebook.github.io/react-native/docs/running-on-device-ios.html#content)