Home

Awesome

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:

To-do:

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

Setup for developing