Simple Newspaper app built on React Native.
Best example for React Navigation, NativeBase UI Library, Custom Google Fonts.
Demo - https://youtube.com/shorts/MU6TZokAUms?si=hmzHyVZjGhLs1Dxn
Code Summary - https://youtu.be/Yc293cRX21Q
Clone the project
https://github.com/Nisarg39/Newspaper
Go to the project directory
cd Newspaper
Install dependencies
npm install
Start the App
npx expo start
📦
.gitignore
App.js
README.md
app.json
assets
adaptive-icon.png
favicon.png
fonts
│ ├─ icon.png
│ └─ splash.png
├─ babel.config.js
├─ components
│ ├─ HomeScreen.js
│ └─ NewsDetail.js
├─ newsData.js
├─ package-lock.json
└─ package.json