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…


This content originally appeared on DEV Community and was authored by Hatem Hatem

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 (
<View
key={index}
style={{
flex: 1,
justifyContent: "center",
width: 85,
height: 105,
marginBottom: 15,
borderRadius: 23,
paddingVertical: 10,
margin: 5,
backgroundColor: "red"
}}
>
<Image
source={require('../assets/images/images/heavyrain.png')}
style={{ width: 42, height: 42, marginLeft: 20 }}
/>
<Text style={{ color: "white", marginLeft: 15 }}>
Monday
</Text>
<Text style={{ color: "white", fontWeight: "semibold", marginLeft: 27, fontSize: 18 }}>
29°
</Text>
</View>
)
})}


This content originally appeared on DEV Community and was authored by Hatem Hatem


Print Share Comment Cite Upload Translate Updates
APA

Hatem Hatem | Sciencx (2024-07-28T21:05:22+00:00) weather app. Retrieved from https://www.scien.cx/2024/07/28/weather-app/

MLA
" » weather app." Hatem Hatem | Sciencx - Sunday July 28, 2024, https://www.scien.cx/2024/07/28/weather-app/
HARVARD
Hatem Hatem | Sciencx Sunday July 28, 2024 » weather app., viewed ,<https://www.scien.cx/2024/07/28/weather-app/>
VANCOUVER
Hatem Hatem | Sciencx - » weather app. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/28/weather-app/
CHICAGO
" » weather app." Hatem Hatem | Sciencx - Accessed . https://www.scien.cx/2024/07/28/weather-app/
IEEE
" » weather app." Hatem Hatem | Sciencx [Online]. Available: https://www.scien.cx/2024/07/28/weather-app/. [Accessed: ]
rf:citation
» weather app | Hatem Hatem | Sciencx | https://www.scien.cx/2024/07/28/weather-app/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.