hacker-native icon indicating copy to clipboard operation
hacker-native copied to clipboard

First react native app, just exploring!

Hacker Native 🆈 ⚛️

A Hacker News client for reading HN content!

Found some Design Inspiration on Dribbble!

This is an Expo project created with create-expo-app.

Features

  • [X] Show List of Posts
    • [X] Show link, comment and upvote count
    • [X] Restore scroll position when navigating to details and get back to list screen
    • [X] Filter home list to show between:
      • [X] topstories.json
      • [X] besttories.json
      • [X] asktories.json
      • [X] showtories.json
  • [X] Show post details
    • [X] Post Details
    • [X] Post Comments
  • [X] Show comment details
    • [X] Comment Details
  • [X] User account
    • [X] Show User details
    • [X] Navigate user Posts, Polls or Comments
  • [ ] Enhance text rendering (Code blocks (pre>code), blockquote, list, inline code (code))