Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T06:10:55.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T13:26:45.290Z (6 months ago)
- Topics: android, hacker-news, javascript
- Language: JavaScript
- Homepage: http://i.imgur.com/3ijCDTL.png
- Size: 6.33 MB
- Stars: 3,654
- Watchers: 169
- Forks: 613
- 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
[![App Store Button](http://imgur.com/y8PTxr9.png "App Store Button")](https://itunes.apple.com/ca/app/hacker-news-reader-react-native/id1067161633?mt=8)
[![Play Store Button](http://imgur.com/utWa1co.png "Play Store Button")](https://play.google.com/store/apps/details?id=com.hackernews)## iOS App Preview
![iOS Preview Gif 1](http://imgur.com/8OV8MVj.gif "iOS Preview Gif 1")
![iOS Preview Gif 2](http://imgur.com/9mrmir9.gif "iOS Preview Gif 2")
![iOS Preview Gif 3](http://imgur.com/KuySKlC.gif "iOS Preview Gif 3")## Android App Preview
![Android Preview Gif 1](http://i.imgur.com/88ZW3Ls.gif "Android Preview Gif 1")
![Android Preview Gif 2](http://i.imgur.com/DWjd4zM.gif "Android Preview Gif 2")## 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)