Builders's Test for React Native Developers.
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js + Yarn and Expo installed on your computer.
From your command line:
create an .env file in the root of your project and add your WEATHER_API_KEY as in the .env.example file.
P.S.: If you're lucky you'll find a 🔑 there. 👀
# Clone this repository
$ git clone https://github.com/ViniCleFer/weather-app-rn.git
# Install dependencies
$ yarn install
# Run the APP
$ Expo start
# Initialize with Android Simulator
$ Press "a" to choose Android Simulator
# Clone this repository
$ git clone https://github.com/ViniCleFer/weather-app-rn.git
# Install dependencies
$ yarn install && npx pod-install
# Run the APP
$ Expo start
# Initialize with IOS Simulator
$ Press "i" to choose IOS Simulator