Skip to content

This project is a News app with React Native that uses the newsapi.org API to retrieve the top headlines. Tap on the news headline to view details or tap on news source to view other news by that source.

Notifications You must be signed in to change notification settings

ThisIsNSH/ReactNative-News

Repository files navigation

News App with React Native

This project is a News app with React Native that uses the newsapi.org API to retrieve the top headlines. Tap on news headline to view details or tap on news source to view other news by that source.

Packages used

  • Redux for managing the app’s state
  • React-Redux, will be used to connect our app’s components to the redux store.
  • Redux Thunk is a middleware for Redux that allows us to write action creators that return a function instead of an action.
  • React Native Router Flux for our apps navigation,
  • React Native Elements as our UI Toolkit,
  • React Native Size Matters for scaling the size your apps UI across different sized devices,
  • Axios, a promised-based HTTP client for making calls to our API
  • Moment.js

Screenshots


About

This project is a News app with React Native that uses the newsapi.org API to retrieve the top headlines. Tap on the news headline to view details or tap on news source to view other news by that source.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published