A React Native Expo app that provides real-time weather updates using OpenWeather API.
👉 Check current weather based on location
👉 Search for weather in any city
👉 Dark mode support
- Expo Preview Link: Click here
- Web Version (if deployed): weatherNow.vercel.app
Clone the repo and install dependencies:
git clone https://github.com/yourusername/weatherNow-app.git
cd weatherNow-app
npm installStart the Expo app:
npx expo startTo deploy on Expo:
eas update --branch production --message "Showcase release"