it's a Rss News app made with React Native and Expo.
-
Install dependencies:
yarn install
(ornpm install
). -
inside src/api/config.js
export default { BASE_URL: "https://yourdomain.com/api", Version_URL: "https://yourdomain/data.json" };
-
Run on both Android & iOS:
expo start
(ornpm start
). -
Run on Android:
yarn android
(ornpm run android
). -
Run on iOS:
yarn ios
(ornpm run ios
).
- Synced Feeds
- Saved feeds for later
- Dark theme and light theme
- Minimal design
- Free and ad-free
- and much more..
- The Server is an Django Project, which is also open source.
- You can find it here
- it has been Tested on Andriod 10.0
- it uses expo SDK 42
- if you find any bugs, please raise an issue
- React Native Paper
- expo-linear-gradient
- lottie
- react-native-rss-parser
- react-native-pager-view
- react-native-animatable
- undraw.com
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks for checking out my project, feel free to fork it.