Daily Product Mobile App (React Native / Expo Router)
An influencer-marketing media-intelligence platform
Overview
The React Native / Expo mobile app for the platform’s “Daily” product, using Expo Router for file-based navigation and a WebView bridge for hybrid content.
The Challenge
The Daily product needed a native mobile presence on iOS and Android sharing the web experience where practical, with smooth navigation and gestures.
What We Built
A TypeScript Expo app structured around Expo Router (app/, components/, constants/, hooks/), React Navigation, Reanimated and gesture handler for fluid UX, and react-native-webview to embed web content. Configured via app.json for cross-platform builds.
Technologies & Approach
Expo for fast cross-platform delivery, Expo Router for typed file-based routing, Reanimated/gesture-handler for native-feeling interactions, and a WebView to reuse web surfaces inside the native shell.
Outcome / Impact
Provided the Daily product with a maintainable, cross-platform mobile client built on the modern Expo Router stack.
Capabilities Demonstrated
- Cross-platform mobile development with Expo / React Native
- File-based navigation with Expo Router
- Hybrid native + WebView app architecture