react_native/news_app
2024-07-28 13:06:24 -05:00
..
app updated README.md 2024-07-27 22:19:43 -05:00
assets/fonts initial commit 2024-07-19 21:59:11 -05:00
constants initial commit 2024-07-19 21:59:11 -05:00
scripts initial commit 2024-07-19 21:59:11 -05:00
.gitignore initial commit 2024-07-19 21:59:11 -05:00
app.json initial commit 2024-07-19 21:59:11 -05:00
babel.config.js initial commit 2024-07-19 21:59:11 -05:00
package-lock.json updated app 2024-07-20 13:48:56 -05:00
package.json updated app 2024-07-20 13:48:56 -05:00
README.md updated README.md 2024-07-28 13:06:24 -05:00
tsconfig.json initial commit 2024-07-19 21:59:11 -05:00

News application with React Native

This project is a news mobile application that fetches data from News API, where users will be able to share and read the latest news from different sources.

To start the project

  • Download Expo Go on your device to launch the project.
  • To start the project, run this command in your terminal npx expo start --tunnel
  • Scan the QR code that shows in your terminal.
  • For more information about Tunneling, please read Expo.