Skip to content

vinaysharma14/react-native-infinite-scroll

Repository files navigation

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