An open API service indexing awesome lists of open source software.

https://github.com/kavindusenesh/react-native-news-app

A app that fetches and displays the news with a clean UI and search functionality. Built with React Native, TypeScript and expo
https://github.com/kavindusenesh/react-native-news-app

api expo hooks react-native typescript

Last synced: 3 months ago
JSON representation

A app that fetches and displays the news with a clean UI and search functionality. Built with React Native, TypeScript and expo

Awesome Lists containing this project

README

          

# React Native News App

A simple and responsive React Native application that fetches and displays the latest news from an API. Built with **React Native, TypeScript, and Redux**, this app provides a clean UI and smooth user experience.

## 🚀 Features

- Fetches the latest news dynamically.
- Search functionality to find specific news articles.
- Optimized performance using Redux.
- Supports multiple news sources.

## 🛠️ Tech Stack

- **React Native** – Cross-platform mobile app framework.
- **TypeScript** – Statically typed JavaScript.
- **Redux** – State management.
- **React Navigation** – Smooth app navigation.
- **Axios** – Fetching data from the news API.

## 🏠 Installation

### 1️⃣ Clone the repository
```sh
git clone https://github.com/KavinduSenesh/react-native-news-app.git
cd react-native-news-app
```

### 2️⃣ Install dependencies
```sh
npm install
```

### 3️⃣ Run the app
For Android:
```sh
npx react-native run-android
```

## 🔑 API Configuration
This app fetches news from an API. To configure it:

1. Get an API key from [NewsAPI](https://newsapi.org/).
2. Restart the app.

## 🐟 License

This project is licensed under the [MIT License](LICENSE).

---

💡 **Contributions & Issues**
Feel free to contribute by opening a pull request! If you find any bugs, report them in the **Issues** section. 🚀