// HHH — Cross Platform
Intuition Challenge Game
Cross-platform quiz game with remote configuration
// Built with
react-native expo
typescript
react
firebase zustand
nativewind
React Native Reanimated
React Navigation
zod
AsyncStorage MMKV
sqlite Lucide React Native claude-code-cli SBX Framework
01 Problem
A mobile quiz game needed cross-platform support (iOS and Android) with remote configuration for game content, level progression, and feature flags. The app required offline capability, persistent user state, and smooth animations for an engaging game experience.
03 Solution
Built a cross-platform quiz game using React Native 0.81 with Expo managed workflow. Implemented Firebase Remote Config for dynamic game content and level management. Used Zustand with Immer for state management, NativeWind for Tailwind-based styling, and React Native Reanimated for performant animations. Persistence via AsyncStorage and MMKV for fast key-value access.
04 Outcomes
Qualitative
- Cross-platform quiz game running on iOS and Android
- Dynamic game content via Firebase Remote Config
- Smooth animations with Reanimated worklets
- Offline-capable with persistent user progress
06 Constraints
- Must work offline with cached game content
- Remote config updates without app store releases
- Smooth 60fps animations during gameplay
- Cross-platform iOS and Android from single codebase








