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
- Host: GitHub
- URL: https://github.com/hellokoding/hackernewsapp-reactnative
- Owner: hellokoding
- Created: 2016-07-15T02:13:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T00:33:26.000Z (over 9 years ago)
- Last Synced: 2025-05-13T01:37:42.166Z (7 months ago)
- Topics: android, apps, hackernews, ios, javascript, react-native
- Language: JavaScript
- Homepage: https://hellokoding.com/hackernewsapp-with-reactnative/
- Size: 446 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```