Simple weather app. Includes home page with search input and selected location page, which shows location weather data.
- Complete React Native setup (https://reactnative.dev/docs/environment-setup)
- Clone repository to your local machine
- Open terminal in the project
- Set up project and install necessary packages:
npm install- Run these commands in terminal:
npm start
npm run android / npm run ios- Open application in your device / emulator / browser.