A sophisticated, real-time global flight tracking application built with React Native and Expo. AeroScope provides a calm, fluid, and visually precise experience for monitoring aircraft positions, movements, and flight details using the OpenSky Network API.
- Real-time flight data from OpenSky Network API (Free, no API key required)
- Mapbox GL integration with dark theme styling
- Animated flight paths with subtle trail effects using Reanimated
- Interactive flight markers with flight information displays
- GPS-based radar pulse animation at user location
- Smooth camera transitions and map interactions
- Glassmorphic bottom sheet with comprehensive flight information
- Live altitude charts using Victory Native with realistic flight profiles
- Complete flight data: airline, origin, destination, altitude, speed, heading, ETA, status
- Smooth animations and transitions throughout
- Interactive favorite toggle with instant notifications
- Real-time search with instant filtering by airline or flight number
- Advanced filtering system by airline, status, and altitude ranges
- Glassmorphic filter panel with smooth slide animations
- Clear visual feedback for active filters
- Save favorite flights with persistent storage using Zustand
- Beautiful favorites list with detailed flight cards
- Staggered animations for list item entrance
- Comprehensive flight details in favorites view
- Instant notifications when flights are favorited
- Natural language command interface with terminal-style design
- Smart command parsing for flight-related queries
- Command history and response display
- Monospace typography for authentic terminal feel
- Examples: "Track Emirates 215", "Show flights above Dubai", "Find all Emirates flights"
- Flight favorited alerts with immediate notifications
- Framework ready for landing/departure notifications
- Silent notifications optimized for flight tracking
- Expo Notifications integration
- Pure black background (#000000) for true dark mode
- Glassmorphic effects with subtle shadows and opacity layers
- Inter typography with proper font weights
- Grid-based spacing (16px multiples)
- Smooth animations (400-600ms easeInOut)
- Zero visual clutter - data-focused interface
- React Native with Expo SDK 54
- TypeScript for complete type safety
- Mapbox GL for advanced mapping and performance
- Victory Native for beautiful data visualization
- Zustand for efficient state management
- React Native Reanimated for smooth animations
- Expo Notifications for push notifications
- OpenSky Network API - Primary real-time flight data (Free)
- AviationStack API - Backup data source
- Enhanced mock data with 50+ realistic flights for development
- Bounds-based API calls to reduce data usage
- Efficient state updates with minimal re-renders
- Background data fetching every 10 seconds
- Optimized animations using native driver
- Smart component memoization
- Node.js 18+
- Expo CLI
- iOS Simulator or Android device/emulator
-
Install dependencies
npm install
-
Start development server
npx expo start
-
Run on your preferred platform
- iOS:
npm run iosor pressiin terminal - Android:
npm run androidor pressain terminal - Web:
npm run webor presswin terminal
- iOS:
No API keys required! The app uses OpenSky Network API which is completely free.
src/
βββ api/
β βββ aviationStack.ts # OpenSky Network integration with enhanced mock data
βββ components/
β βββ AltitudeChart.tsx # Victory Native altitude visualization
β βββ BottomSheetDetails.tsx # Enhanced flight details modal with animations
β βββ CommandBar.tsx # AI command interface with terminal styling
β βββ FilterPanel.tsx # Advanced filtering with glassmorphic design
β βββ RadarPulse.tsx # GPS location radar animation
β βββ SearchBar.tsx # Enhanced search with focus animations
βββ screens/
β βββ HomeScreen.tsx # Main map interface with Mapbox integration
β βββ FavoritesScreen.tsx # Enhanced favorites list with animations
βββ store/
β βββ flightStore.ts # Zustand state management with persistence
βββ types/
β βββ index.ts # TypeScript interfaces
βββ utils/
βββ formatters.ts # Data formatting utilities
βββ mapbox.ts # Mapbox configuration
βββ notifications.ts # Enhanced notification system
- OpenSky Network API integration with automatic fallback to enhanced mock data
- Smart data fetching based on map bounds for optimal performance
- Real-time updates every 10 seconds with error handling
- Complete glassmorphic design throughout the application
- Smooth animations using React Native Reanimated
- Interactive elements with proper feedback states
- Responsive design optimized for all screen sizes
- Mapbox GL integration with dark theme styling
- Animated flight paths with realistic trail effects
- Interactive markers with flight information
- Camera animations for smooth transitions
- Real-time search with instant results
- Multi-criteria filtering (airline, status, altitude)
- Visual filter feedback with glassmorphic panels
- Terminal-style interface with command history
- Natural language parsing for flight queries
- Smart command execution with visual feedback
- Persistent storage using Zustand
- Beautiful list design with detailed cards
- Animated interactions and smooth transitions
- Instant notifications when flights are favorited
For enhanced mapping features, add a Mapbox token:
# Create .env file
echo "EXPO_PUBLIC_MAPBOX_TOKEN=your_mapbox_token_here" > .envThe app automatically configures:
- OpenSky Network:
https://opensky-network.org/api/states/all - Fallback: Enhanced mock data with 50+ realistic flights
[Add screenshots of the implemented features]
- Fork the repository
- Create your feature branch:
git checkout -b feature/amazing-enhancement - Commit your changes:
git commit -m 'Add amazing enhancement' - Push to the branch:
git push origin feature/amazing-enhancement - Open a Pull Request
MIT License - feel free to modify and enhance for your own projects!
- OpenSky Network for providing free, comprehensive flight data
- Mapbox for excellent mapping services and documentation
- Expo Team for the amazing development platform
- Victory Native for beautiful, performant charts
AeroScope demonstrates the perfect balance of technical sophistication and design clarity. Built for aviation enthusiasts who appreciate precision, performance, and beautiful user experiences.