Home > Web Front-end > JS Tutorial > weather app

weather app

WBOY
Release: 2024-07-29 09:00:43
Original
468 people have browsed it

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°


)
})}

The above is the detailed content of weather app. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template