Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeltrew/BBCNews-React-Native
An unofficial basic implementation of the BBC News app built using React Native
https://github.com/joeltrew/BBCNews-React-Native
Last synced: about 1 month ago
JSON representation
An unofficial basic implementation of the BBC News app built using React Native
- Host: GitHub
- URL: https://github.com/joeltrew/BBCNews-React-Native
- Owner: joeltrew
- Created: 2016-02-18T19:45:16.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-10-14T04:01:19.000Z (about 5 years ago)
- Last Synced: 2024-07-31T12:07:49.871Z (4 months ago)
- Language: JavaScript
- Size: 766 KB
- Stars: 207
- Watchers: 11
- Forks: 72
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opensource-apps - BBC News
README
# Unofficial BBC News App in React Native
![BBC News React Native](http://i.imgur.com/nGyJOwV.png)
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 LinksTo-do:
- Internal article links
- Select a news feed topicThe 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