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

https://github.com/qvil/react-native-news

Mobile news app created with react-native
https://github.com/qvil/react-native-news

app mobile news react-native react-native-elements

Last synced: about 2 months ago
JSON representation

Mobile news app created with react-native

Awesome Lists containing this project

README

          

# [React Native News](https://github.com/qvil/react-native-news)

Mobile News App created by react-native

API Reference : https://newsapi.org/

# Demo

![demo.gif](/demo.gif)

# Install

```
npm install
```

# Run

```
npm start
```

## Prerequisite

* [Expo](https://expo.io/)
* /src/config/config.json (It is not managed by git, Get your API Key https://newsapi.org/)

```json
{
"apiKey": "YOUR_API_KEY"
}
```

# [License](https://github.com/qvil/react-native-news/blob/master/LICENSE)

MIT