Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.4 KB

About

This is a mobile app built in React Native which fetches a list of your connections on a networking platform. The application has following functionalities:

  • Fetching connections with infinite scroll
  • Search any connection in that list
  • View a connection's details

TechStack Used

Demo

Launch & fetch connections Search connections & view details
gif gif

Installation

  • Install npm package manager
  • Clone the repository, install the dependencies and we are good to go!
git clone https://github.com/vinaysharma14/react-native-task
npm install
npm run ios / npm run android