This application is a job hunting mobile app.
- React Native, Rapid API (JSearch), Expo, Expo Go,
- Install Expo Go app and inside this app scan QR code are follow these below respective links with your Android/iOS.
Get the App here - https://expo.dev/@pnidhi26/JobBuddy-App
-
On Android - exp://u.expo.dev/update/7877ee6c-f691-484c-a73b-e406e772f224
-
On iOS - exp://u.expo.dev/update/60651732-e517-4405-a77e-94507d3640e5
- npx create-expo-app@latest --example with-router ./
- npm install expo-font axios react-native-dotenv
- npm install -g expo-cli
- npx expo-doctor
- npx expo install --check
- To run your project, run one of the following npm commands as per need.
- npm start / npx expo start / expo-cli start --tunnel
- npm run android
- npm run ios
- npm run web
- Classic SDK < 49
- npm install expo@latest expo-cli@latest
- npx expo-cli publish
- EAS SDK > 50
- npm install --global eas-cli
- eas login
- eas update:configure
- eas build:configure
- eas build
- eas update
https://docs.expo.dev/eas-update/migrate-from-classic-updates/