Unofficial BBC News App in React Native

An unofficial basic implementation of the BBC News app built using 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.

GitHub