Skip to content

mateuschaves/weather-react-native

Repository files navigation

Weather App

App demonstration

🚀 🌧 Weather app in react native using typescript.

💻 Prerequisites

  • Expo
  • NodeJS

Config

Edit constants file in src/config and set this config variables.

const OPEN_WEATHER_API_APP_ID = '';
const GOOGLE_PLACES_API_KEY = '';

🚀 Install

yarn install
or
npm install
expo start

Inspiration

This application is an implementation Sang Nguyen's layout available here