View News Headlines from over 200 sources.
This is a news feed react native application that enables you view News Headlines from over 200 sources. It consumes the News API
- React - A JavaScript library for building user interfaces
- React Native - A framework for building native applications using React and Javascript.
- Redux - A Javascript Library for mangaging Apllication State
- React Navigation - A Flexible Library for Navigation in React Native.
- Native Base - A dynamic front-end framework for building cross-platform UI components.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Follow the instruction here to setup your react Native development Environment for your Develeopment OS and Target OS.
A step by step series of examples that tell you have to get a development env running
-
Open a terminal/command prompt on your computer and
cd
into your preferred path/location. -
Clone this repo: Enter this command in the terminal:
git clone https://github.com/andela-ojoloko/React-Native-Newsfeed.git
- Install dependencies : Do so by running the following command:
npm install
- Run the project: This will run the project on your Android Emulator:
react-native run-android
- Fork the repository
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details