This app is a Weather App called ClimaDev.
It's a mobile app that uses the OpenWeatherAPI.
This project was made in a M1 Macbook Pro (Late 2020), because of that some workaround was made that iOS and Android projects were builded in the emulators. If you have any problem, please open an Issue.
This project was made to be a React Native application to show your current location weather.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Yarn - Package Manager
A step by step series of examples that tell you how to get a development env running.
$ git clone https://github.com/gregorispielmann/climadev.git
$ yarn
To install all dependencies
$ cd ios && pod install && cd ..
To install all cocoa pods dependencies
$ yarn android
To run the app in Android Emulator
$ yarn ios
To run the app in iOS Simulator
You will only need to give App your Location Permission. If you want to update your data you only need to press Atualizar button.
- React Native - Mobile Framework
- Styled Components - CSS in Javascript library
- and others
- @gregorispielmann - Mobile App development

