Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.21 KB

Readme.md

File metadata and controls

43 lines (29 loc) · 1.21 KB

Context and goal

This is a simple Weather Application built with React Native , Expo , Open Weather API using JavaScript

Preview

Main technologies used

A framework for building native apps with React.

Running the project

  • Clone this project
git clone < project-url.git >

Yarn is a dependency manager built by facebook and google. It is a more efficient and reliable (thanks to yarn.lock) alternative of npm.

  • Launch yarn command in a terminal opened in the project folder.

This command will look into the package.json file and install all the dependencies listed here.

  • Install expo-cli globally on your computer
yarn global add expo-cli

error should be solved.

  • Start Application
yarn start

Note: If it doesn't work as expected, try checking you have not forgotten any of the steps above. If not, please open an issue and describe your problem.