A social mobile application developed using React Native that displays a list of posts and comments on them.
-
Open your terminal, and clone the repo in your preferred directory.
git clone https://github.com/DavidMina96/SocialApp.git
-
Navigate to the root directory of the project, and install the dependencies by running
yarn
ornpm install
. -
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..
Use the below commands to run the app on iOS and Android respectively.
npx react-native run-ios
npx react-native run-android