mkaarthick / rn-weather-app

Weather App using React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Installing

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/mkaarthick/rn-weather-app.git

# Go into the repository
cd rn-weather-app

# Install dependencies
npm install

# For iOS, we need to install pod
cd ios

# Install pod
pod install

# running on iOS
npm run ios

# running on Android
npm run android

Screenshots

screencap-2021-11-28T133811.605Z.mp4

About

Weather App using React Native


Languages

Language:JavaScript 70.9%Language:Java 13.6%Language:Objective-C 9.7%Language:Starlark 4.1%Language:Ruby 1.7%