https://github.com/grigio/HAgnostic-News
:fire: A simple Hacker News reader which is available for the Web and as React Native app (Android / iOS)
https://github.com/grigio/HAgnostic-News
android hacker-news-reader ios react react-native
Last synced: about 1 year ago
JSON representation
:fire: A simple Hacker News reader which is available for the Web and as React Native app (Android / iOS)
- Host: GitHub
- URL: https://github.com/grigio/HAgnostic-News
- Owner: grigio
- License: mit
- Created: 2016-08-27T23:39:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T14:32:08.000Z (about 8 years ago)
- Last Synced: 2025-04-09T14:15:53.181Z (about 1 year ago)
- Topics: android, hacker-news-reader, ios, react, react-native
- Language: JavaScript
- Homepage:
- Size: 1.75 MB
- Stars: 372
- Watchers: 11
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HAgnostic News
HAgnostic News is an Hacker News reader which is available for the Web and as React Native app (Android / iOS)

From the same codebase you can render apps for the platform Web and natively for Android and iOS. Thanks to [React Native](https://facebook.github.io/react-native/) and [React Native Web](https://github.com/necolas/react-native-web).
### Web
```
yarn run start
```
or [Live](https://grigio.github.io/HAgnostic-News/)
### Expo
Use Expo to try Android and iOS versions
```
yarn run startrn
```