Believe Screener is a high-performance mobile app for real-time cryptocurrency analytics. Built with React Native and TypeScript, it delivers professional-grade token tracking optimized for crypto traders.
| Feature | Description |
|---|---|
| 🔍 Advanced Token Search | Find tokens by name/symbol with instant results |
| 📊 Multi-Chain Support | Track tokens across 8 blockchain networks |
| 🌓 Light/Dark Themes | Optimized viewing in any lighting condition |
| 🔄 Real-Time Updates | Live price tracking with 24/7 updates |
| ⚡ Performance Optimized | Smooth scrolling even with large datasets |
| 🏆 Boosted Tokens | Highlighted section for featured assets |
| Token List (List) | Token List (Grid) | Search & Filter |
|---|---|---|
![]() |
![]() |
![]() |
| Sorting Options | Chart Analysis |
|---|---|
![]() |
![]() |
|
- Node.js v18+
- npm or yarn
- Expo CLI (
npm install -g expo-cli)
# Clone repository
git clone https://github.com/ajey35/Screener.git
cd Screener
# Install dependencies
npm install # or yarn install
# Start development server
npx expo start- Mobile: Scan the QR code with Expo Go app (iOS/Android)
- Emulator:
# Android
npx expo run:android
# iOS (requires macOS)
npx expo run:iossrc/
├── components/ # Reusable UI components
├── hooks/ # Custom React hooks
├── services/ # API clients and data services
├── utils/ # Helper functions
├── constants/ # App constants and configs
├── contexts/ # Global state management
├── assets/ # Images, icons, fonts
└── App.tsx # Main application entry
- react-native (v0.72+)
- expo (SDK 49+)
- react-query (Data fetching/caching)
- react-navigation (Routing/navigation)
- nativewind (Styling)
- react-native-reanimated (Animations)
- Real-time crypto tracking: Live market data from DexScreener API
- Trader-focused UX: Optimized for quick decision making
- Performance first: Virtualized lists, memoization, efficient rendering
- Professional codebase: TypeScript, clean architecture, full documentation
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ for the crypto community






