A React Native application for tracking cryptocurrency prices, market stats, and trading information.
- Real-time cryptocurrency price tracking
- Detailed market statistics and price history
- Support for multiple popular cryptocurrencies (Bitcoin, Ethereum, and more)
- User profiles and preferences
Note: Make sure you have completed the React Native Environment Setup before proceeding.
- Node.js
- Yarn
- Xcode (for iOS development)
- Android Studio (for Android development)
- Clone the repository
- Install dependencies:
yarn- For iOS, install CocoaPods dependencies:
npx pod-install# Start Metro bundler
yarn start
# Run on iOS
yarn ios
# Run on Android
yarn android# Type checking
yarn compile
# Lint code
yarn lint
# Open iOS project in Xcode
yarn xcodeIf needed, modify the app configuration in src/config/index.ts to adjust API endpoints, default settings, or other environment-specific variables.
If you encounter issues:
- Make sure all dependencies are installed correctly
- Verify that your environment is set up properly for React Native development
- Check the Metro bundler console for error messages
- For iOS-specific issues, try cleaning the build folder:
cd ios && rm -rf build/ && cd .. - For Android-specific issues, try cleaning the Gradle cache:
cd android && ./gradlew clean && cd ..
To learn more about the technologies used in this project:



