Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubilayture/job-search
This project is a simple job search application built with React Native and Expo. It allows users to search for job listings, leveraging Expo Router for navigation and Axios for API calls. The app includes essential features like splash screens, status bar handling, and safe area context management for a smooth user experience.
https://github.com/kubilayture/job-search
expo react-native
Last synced: 28 days ago
JSON representation
This project is a simple job search application built with React Native and Expo. It allows users to search for job listings, leveraging Expo Router for navigation and Axios for API calls. The app includes essential features like splash screens, status bar handling, and safe area context management for a smooth user experience.
- Host: GitHub
- URL: https://github.com/kubilayture/job-search
- Owner: kubilayture
- Created: 2023-09-18T17:11:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T18:57:01.000Z (over 1 year ago)
- Last Synced: 2024-10-24T13:28:10.749Z (2 months ago)
- Topics: expo, react-native
- Language: JavaScript
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Router Example
Use [`expo-router`](https://expo.github.io/router) to build native navigation using files in the `app/` directory.
## 🚀 How to use
```sh
npx create-expo-app -e with-router
```## 📝 Notes
- [Expo Router: Docs](https://expo.github.io/router)
- [Expo Router: Repo](https://github.com/expo/router)