React Native Weather App
Introduction:
This React Native application provides weather forecasts for different locations.
Features:
Search: Users can search for a city to get weather information. Current Weather: Displays the current temperature, weather condition, wind speed, humidity, and sunrise time. 7-Day Forecast: Provides a daily forecast for the next 7 days, including temperature and weather condition.
Getting Started:
install necessary dependencies
npm install or you can also yarn install
You can get the weather API from this website. https://www.weatherapi.com .
To run the app use npm start or yarn start.
Open it in the Expo app on your phone to view it.