News are just one swipe away
This is an Expo project created with
create-expo-app.
- ⚡ Optimized Rendering - Windowed list rendering displays only 3 cards at a time, ensuring smooth 60fps animations even with large datasets.
- 🎯 TanStack Query Integration - Smart caching with 5-minute stale time reduces unnecessary network requests and provides instant data access.
- 🎴 Reanimated Gestures - Native gesture handling with react-native-reanimated and gesture-handler for fluid, performant card interactions.
- 📡 RSS Feed Parser - Lightweight regex-based XML parser extracts articles, images, and metadata without heavy dependencies.
- 🔧 TypeScript First - Fully typed codebase ensures type safety and better developer experience throughout the app.
- 👀 More TBA
-
Install dependencies
bun install
-
Start the app
bun start # start metro server # or bun run ios # run on ios simulator # or bun run android # run on android simulator