Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.12 KB

File metadata and controls

25 lines (17 loc) · 1.12 KB

RedditReactNative

A Reddit browsing app in React Native.

Features:

  • Search Subreddits
  • Save Subreddits by favoriting them (Persistent because saved locally )
  • Browse top posts for desired subreddit
  • Webviews to get more details about a post

Some Pre-development Mockups made with Sketch to get a sense of what I wanted:

Main Screen  Post List  Post Detail

This is my first project in React and in React Native. It was hard but rewarding :)

Currently only running in iOS.

Installing

Get in the root folder, and run npm install.

If you don't have React Native Installed, start here

Running

It's an iOS only App for now, so you can run it only with xcode on OSX.