📱 Clean and minimalist react native news template for quick start.
git clone https://github.com/rizwanellahi/react-native-news-template.git
cd react-native-news-template
npm install
For Android
npx react-native run-android
For IOS
cd ios
pod install
npx react-native run-ios
News API
- Get API key
- Edit
Api/key.js
- Replace key value
key = 'YOUR-KEY';
- React Native 0.63.3
- React Navigation v5
- React Native WebView 10.9.3
- Moment 2.29.0
- News API v2
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.