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
- Host: GitHub
- URL: https://github.com/qvil/react-native-news
- Owner: qvil
- License: mit
- Created: 2018-04-24T05:39:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T09:14:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T22:38:52.057Z (about 1 year ago)
- Topics: app, mobile, news, react-native, react-native-elements
- Language: JavaScript
- Homepage:
- Size: 4.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

# 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