All Projects → joeltrew → Bbcnews React Native

joeltrew / Bbcnews React Native

An unofficial basic implementation of the BBC News app built using React Native

Programming Languages

javascript
184084 projects - #8 most used programming language

Unofficial BBC News App in React Native

BBC News React Native

A basic implementation of the BBC News app built using React Native, the project helped with understanding how react native works, and how to begin building real apps with it.

The app uses the same BBC News API as the official one, but is subject to change at any time so could break at any time.

The app parses the BBC's XML story structure and maps each item to react components. The app defaults to the topic of world news,pressing the topics under stories will laod those feeds, a way to view specific news feeds will be implemented soon.

Supports:

  • Videos
  • Images
  • Text
  • External Links

To-do:

  • Internal article links
  • Select a news feed topic

The app is currently iOS only, but I would like to expand to android in the future.

Setup for developing

  • git clone this repo
  • run npm install
  • run the app from Xcode
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].