Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 2.03 KB

README.md

File metadata and controls

80 lines (49 loc) · 2.03 KB

Weather App

It is a React native weather app which forecast current and next 5 days weather.

App Feature

  • Takes the user device location from GPS.
  • Shows current day and 5 days temprature in Celsius format.
  • No background process and no battery draining.

Available Scripts

In the project directory, you can run:

npx npm install

for ios

npx pod install

Now run Development server.

npx npm start --reste --caches

Run the app in the development mode.

Add local.properties with your sdk path for android more

Setup your emulator aur physical Devices, for android, for ios

npx react-native run-android 

For ios

npx react-native run-android --variant="iPhone 11 Pro Max"

The screen will reload if you make edits.

You will also see any errors in the device screen.

npx react-native test

Launches the test runner in the interactive watch mode.

See the section about running tests for more information.

For Android Production Build

react-native run-android  --variant=release

Builds the app for production testing apk.

The build is minified.

Your app is ready to be deployed!

See the section about deployment for more information.

For IOS Release Build check here

Learn More

You can learn more in the Ract-Native CLI.

To learn React Native, check out the React-Native documentation.

Screen Shot