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
- Language: TypeScript
- Framework: React Native
- Navigation: React Navigation
- Linting: Prettier, ESLint
- State Management: React Redux
- Middleware: Saga
- Icon Assets: React Native Vector Icons
Launch & fetch connections | Search connections & view details |
---|---|
- 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