dijonkitchen / reader

Reading RSS with YQL on React Native with Expo

Home Page:https://expo.io/@dijonkitchen/reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI Build Status Coverage Status

Reader Readme

What

A simple iOS app for reading RSS feeds

Why

Test out a few things:

How

This project was bootstrapped with Create React Native App. The most recent version of their guide for common tasks is available here.

To use:

brew install node
brew install yarn
yarn install
yarn start

Then run Expo XDE or follow the instructions in the terminal!

To test:

yarn test

If you want to build the project "normally" with the react-native-cli, you can switch to the ejected branch.

With that branch, testing is the same command, but running it on iOS would be:

yarn install
react-native run-ios

You can use Xcode if you like too!

When

A detailed roadmap of user stories is available in the Projects.

About

Reading RSS with YQL on React Native with Expo

https://expo.io/@dijonkitchen/reader

License:MIT License


Languages

Language:JavaScript 100.0%