Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T14:32:08.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:46:23.315Z (3 months ago)
- Topics: android, hacker-news-reader, ios, react, react-native
- Language: JavaScript
- Homepage:
- Size: 1.75 MB
- Stars: 370
- Watchers: 12
- 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)
![HAgnostic News](https://cloud.githubusercontent.com/assets/8074/18037131/149c2f34-6d7d-11e6-83d0-82af574301e3.png)
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
```