Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Hacker News iOS and Android App - Made with React Native.

Awesome Lists containing this project

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)