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

https://github.com/hellokoding/hackernewsapp-reactnative

Hacker News App with React Native
https://github.com/hellokoding/hackernewsapp-reactnative

android apps hackernews ios javascript react-native

Last synced: 6 months ago
JSON representation

Hacker News App with React Native

Awesome Lists containing this project

README

          

# Hacker News App with React Native

### Guide
https://hellokoding.com/hackernewsapp-with-reactnative/

### What you'll need
- MacOS, Xcode
- NodeJS
- NPM
- React Native Package Manager
- React Native 0.26

### Stack
- ES6, ES7
- React Native
- CSS Flexbox

### Run
```bash
git clone git@github.com:hellokoding/hackernewsapp-reactnative.git
cd hackernewsapp-reactnative
npm install
npm install rnpm -g
rnpm link
react-native run-ios
```