Hacker News reader for iOS and Android, made with React-Native.
This project uses ParseHTML to render HTML code in the Application.
## Known Issues * WebView is not working for Android App##Running
Run npm install
inside the folder, this will install react-native and other dependencies and will take some time.
Open the project file at ios/HackerNews.xcodeproj
Make sure that your device is detected with adb devices
. Then run react-native run-android
.