smilewithkhushi / BasicNative

A set of beginner friendly mini projects built with React Native. Participating in GSSoC. Open to contributors
22 stars 49 forks source link

Pull request for Weather Application Screen #41

Closed ask2901 closed 6 months ago

ask2901 commented 6 months ago

The API key is "b3d71eb8d7c84c4aa3c114216241205" Here is the list of changes made:

  1. The code for Weather Application is completely in src/screens/WeatherApp.
  2. In package.json, I have removed "com.facebook.fresco:fresco": "3.1.3", as its reported as INVALID_PACKAGE on running npm install
  3. Some extra packages have been installed as per need.

Features Implemented:

  1. Auto complete location search feature.
  2. Weather forecast along with daily and hourly forecast and important parameters like humidity, precipitaion, wind.

Upcoming features:

  1. Change in Background Image based on weather. (Data set already created , mapping has to be done).
  2. Ask for permission to take current location and fetch location.

Kindly suggest necessary changes.

ask2901 commented 6 months ago

@smilewithkhushi mam, there is merge conflict in this PR. So should I resolve them or you will take care of it?

smilewithkhushi commented 6 months ago

@ask2901 please raise the PR after resolving the conflicts!