Weather App with React Native & Redux using openweathermap api

Опубликовано: 25 Февраль 2026
на канале: CodingFromScratch
2,891
40

In this video I will create simple weather app with react native and redux with openweathermap api.

Code: https://github.com/damirpristav/rn-we...

00:00 - Intro & What we're building
00:52 - Create new react native app using react native cli
01:52 - Remove unnecessary code
02:55 - Install dependencies
03:22 - Create config.json file for api key
04:00 - Create redux store
12:58 - Form component
20:45 - Weather component
23:44 - WeatherData component