Weather application, developed in React Native, consuming external API. Study purposes.
- React Native
- Nativewind e TailwinCss
- React-Native-Reanimated
- Expo
- Axios
- Weather-API: [https://www.weatherapi.com]
npm i nativewind@2.0.11
npm i tailwindcss@3.3.2 --save-dev
npx tailwindcss init
npm install @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
npm install @react-navigation/stack
npx expo install react-native-gesture-handler
npm install react-navigation-shared-element
npm i react-native-heroicons
npm i react-native-axios
npm i lodash
npm i --save-dev @types/lodash
npm i react-native-progress
npm i @react-native-async-storage/async-storage