A simple cross platform (iOS and Android) React Native weather app.
- Custom Fonts: Audiowide and Lato
- Hooks
- Context API
- React Navigation V5
git clone https://github.com/jqn/Sunny.git
yarn install
/npm install
npx pod-install
• cd Sunny && npx react-native run-ios
- or -
• Open Sunny/ios/Sunny.xcworkspace in Xcode or run "xed -b ios"
• Hit the Run button
• Have an Android emulator running (quickest way to get started), or a device connected.
• cd Sunny && npx react-native run-android