"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > weather app

weather app

Published on 2024-07-31
Browse:435

weather app

hi I have probleme in the is code the is code its the weather app the react native in a part the days, so what is probleme hir please ?? hi
hello I have probleme in the is code the is code its the weather app in a part the days, so what is probleme hir please ?? {
weather?.forecast?.forecastday?.map((item, index) => {
return (
key={index}
style={{
flex: 1,
justifyContent: "center",
width: 85,
height: 105,
marginBottom: 15,
borderRadius: 23,
paddingVertical: 10,
margin: 5,
backgroundColor: "red"
}}
>
source={require('../assets/images/images/heavyrain.png')}
style={{ width: 42, height: 42, marginLeft: 20 }}
/>

Monday


29°


)
})}

Release Statement This article is reproduced at: https://dev.to/hatem_/weather-app-112g?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3