Skip to content

german-bortoli/RnTrendingReddit

Repository files navigation

React Native Reddit Client

Simple reddit client written in React Native to use as example.

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/Germanaz0/RnTrendingReddit.git

$ cd RnTrendingReddit/

$ npm install
  or
  yarn

Run on iOS

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run ios in your terminal

Run on Android

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run android in your terminal