zarazi / news-flash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Flash

This is the solutions repo for my Egghead course for building an offline capable news app with React Native and urql.

The API repo for the course is available here.

iOS Android

Developer setup

This project is built using plain React Native. So to run it locally, ensure you've set up your developer environment as described in the React Native Docs.

Then install the JavaScript dependencies:

yarn
# or
npm install

(iOS only) install the native dependencies:

cd ios
pod install
cd ..

Run the packager:

yarn start

Build the iOS app:

yarn ios
# or
npm run ios

Build the Android app:

yarn android
# or
npm run android

About


Languages

Language:TypeScript 58.0%Language:Java 20.5%Language:Objective-C 14.5%Language:Ruby 2.6%Language:JavaScript 2.5%Language:Starlark 1.9%