This app helps you find remote jobs by listing available positions from websites like Remote OK, We Work Remotely, JS Remotely, and others.
The app has been fully migrated to Expo, making development, testing, and deployment easier across Android, iOS, and Web platforms. The codebase now uses:
- Expo Router for navigation (file-based routing)
- React Native Elements for UI components
- Expo-compatible AdMob for ads (if enabled)
- AsyncStorage for persistent state
- Modern React patterns (hooks, context, functional components)
- No native dependencies for date picking (custom cross-platform date picker)
Clone this repository:
git clone https://github.com/flavioislima/remote-jobs-app.git
cd remote-jobs-app
Install dependencies:
npm install
Start the development environment:
npm run start
- For Android: scan the QR code with Expo Go or run
npm run android
- For iOS: run
npm run ios
- For Web: run
npm run web