React native – How to pass the values from openAPIweather to a Components
I am doing a weather app using React-Native now Iam trying to Fetch the data of the API so Created a file WeatherData.js that return the name, temp and Weather. I want to pass the data to a Component called…