/weather-react-native

Trying out React Native

Primary LanguageJavaScriptMIT LicenseMIT

Weather - React Native · Build Status PRs Welcome GitHub license

Trying out React Native

Simple weather app based on MetaWeather API.

screenshot 2019-02-22 at 14 48 44

Installing / Getting started

Clone the repo, and start as usual for Expo project.

# Install dependencies
yarn

# Start Expo
yarn start

Developing

Built With

  • Expo
  • React native
  • Jest

Prerequisites

Make sure that you have Expo properly installed with Android and/or iOS emulators.

Building

Expo will build the .apk and .ipa files. For iOS a paid developers account is necessary.

# Build with Expo for Android
yarn build:android

# Build with Expo for iOS
yarn build:ios

Tests

Jest is used as the projects test suite.

# Run tests
yarn test

Style guide

Prettier is used to style the project. Default settings can be viewed in package.json.

Licensing

MIT