This is a Weather App built with React Native. It allows users to view current weather conditions for a specific location.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm
To install Weather App, follow these steps:
-
Clone the repository:
git clone https://github.com/horaczech/weather-app.git
-
Navigate into the project directory:
cd weather-app
-
Install the dependencies:
npm install
To run the app in development, follow these steps:
-
Start the Metro Bundler:
npm run start
-
In a separate terminal window, run the app on an iOS simulator:
npm run ios
Or, to run the app on an Android emulator:
npm run android