Skip to content

nis130/newx-react-native-app

Repository files navigation


NewsX
NewsX

News app made using React native

PR

Key FeaturesContribution

Download link for apk file Google Drive

🎉 Key Features

  • Live updates

  • Bookmark/Offline Mode -

    • Caching of the bookmared articles for offline mode using react-native AsyncStorage
  • Cross platform

    • Android, Ios compatible.

📖 Contribution Docs

To clone and run this application, you'll need Git installed on your computer. From your command line:

This project still has scope of development, so you can also contribute to this Project as follows:

  • Fork this Repository
  • Clone your Fork on a different branch:
	$ git clone -b <name-of-branch> https://github.com/nis130/newx-react-native-app.git
	
	$ cd newx-react-native-app
	
	#install all dependencies
	$ yarn install/ npm install
	
	#run app
	$ npx react-native run-android
	
  • Add the News api url in home.js
  • After adding any feature:
    • Goto your fork and create a pull request.
    • I will test your modifications and merge changes.

Contributors