Skip to content

DavidMina96/SocialApp

Repository files navigation

Social App

A social mobile application developed using React Native that displays a list of posts and comments on them.

Built With

React Native

Native Base

React Navigation

Axios

Setup

  1. Open your terminal, and clone the repo in your preferred directory.

    git clone https://github.com/DavidMina96/SocialApp.git
  2. Navigate to the root directory of the project, and install the dependencies by running yarn or npm install.

  3. If you are on a Mac and building for iOS, you will need to run the below command to complete the linking (CocoaPods).

    cd ios && pod install && cd..

Running the App

Use the below commands to run the app on iOS and Android respectively.

npx react-native run-ios
npx react-native run-android

Screenshots

Simulator Screen Shot - iPhone 14 Pro - 2023-02-18 at 17 19 30 Simulator Screen Shot - iPhone 14 Pro - 2023-02-18 at 17 20 48 Simulator Screen Shot - iPhone 14 Pro - 2023-02-18 at 17 21 12 Simulator Screen Shot - iPhone 14 Pro - 2023-02-18 at 17 21 56 Simulator Screen Shot - iPhone 14 Pro - 2023-02-18 at 17 22 32