A simple React Native app built with Expo to fetch current weather data using the device's location.
- Fetch weather by current location (latitude & longitude).
- Shows temperature, min/max, humidity, pressure, wind speed, sunrise/sunset.
- Displays a weather icon according to the current conditions.
- Includes retry if location permission is denied.
- Clone the repository
git clone https://github.com/dilkhush9060/weather_app.git
cd weather_app- Install Dependencies
bun install- Add Env file .env
EXPO_PUBLIC_OPEN_WEATHER_API_KEY="your api key from open weather"- Run App
bun start