Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 963 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 963 Bytes

Build and Deploy a React Native App | 2023 React Native Course Tutorial for Beginners

![React Native]

For check app first install Expo Go app on your mobile by Playstore and then scan QR code using this link

(https://expo.dev/@zain117/jobsift?serviceType=classic&distribution=expo-go)

Introduction

The most impressive mobile app in React Native to find best jobs as you want and also apply on these jobs.

Alongside building this application, all these things are included:

  • develop visually appealing UI/UX designs
  • fetch data from an external API and integrate it
  • implement search & pagination functionality
  • create customAPI data fetching hooks
  • write clean, organized, and maintainable code with proper architecture
  • follow the best practices for React Native development

Project Setup

npm install

Compile and Hot-Reload for Development

npm start

Compile and Minify for Production

expo publish