Headlines from over 70 sources
https://www.youtube.com/watch?v=FhF0Q1l2FK8
- React Native
- React Navigation
- Redux & Redux Persist
- Reactotron
- Uses React Native v0.46.4
- Pull down to Refresh FlatList
- Pagination Flatlist
- Follow a sources
- Clone the repo
$ cd react-native-news
- Install dependencies
$ npm install
-
Get API key from newsapi.org (It's free)
-
Add your key to line 11 in file path-to-your-project/src/constants/news.js
-
Start packager
$ yarn start
- Running on Android
$ react-native run-android or yarn run-android
$ adb reverse tcp:8081 tcp:8081
- Running on iOS
$ react-native run-ios or yarn run-ios
- ◽ Support CodePush
- ◽ Support adMob
- MIT
- Icons & Logo made by flaticon.com is licensed by CC 3.0 BY
- News API by newsapi.org