/Sunny

Simple cross platform (iOS and Android) React Native weather app.

Primary LanguageJavaScript

Sunny Side App

A simple cross platform (iOS and Android) React Native weather app.

Reference Designs Permission Screens

Reference Designs Location Screens

Features

  • Custom Fonts: Audiowide and Lato
  • Hooks
  • Context API
  • React Navigation V5

Installation

  • git clone https://github.com/jqn/Sunny.git
  • yarn install/npm install
  • npx pod-install

Requirements

Run instructions for iOS:

• cd Sunny && npx react-native run-ios
- or -
• Open Sunny/ios/Sunny.xcworkspace in Xcode or run "xed -b ios"
• Hit the Run button

Run instructions for Android:

• Have an Android emulator running (quickest way to get started), or a device connected.
• cd Sunny && npx react-native run-android