(React Native - Android Build)
Junoon Capital App is a financial solutions platform offering streamlined access to services like Digital Loans, Microfinance Loans, Secured & Unsecured Business Loans. Designed with simplicity and trust, this app enhances customer experience with a clean, professional UI and smooth performance, fully aligned with Junoon Capital's website aesthetics.
- React Native CLI
- TypeScript
- React Navigation / Drawer
- Android Studio (Build & Testing)
JunoonCapitalApp/
│
├── assets/
│ └── images/
│
├── src/
│ ├── components/ # Reusable UI Components
│ ├── constants/ # Static Data (images, links)
│ ├── navigation/ # App Navigation Setup
│ ├── screens/ # Core Screens (Home, Contact, Digital Loan etc.)
│ ├── context/ # Context API for State Sharing
│ └── AppNavigator.tsx # Drawer Navigation
│
├── App.tsx # Entry Point
├── package.json
├── android/ # Android Build Directory
└── README.md
✅ Clean, Modern UI ✅ Easy Navigation via Drawer ✅ All Loan Options Well Structured ✅ Google Drive Images Optimized ✅ Lightweight Splash Screen with Animation
| Screen | Purpose |
|---|---|
| Home | Overview, CTA Navigation |
| Contact Us | Reach Us, Email, Map Integration |
| Digital Loan | Digital Loan Details & Apply |
| Microfinance Loan | Microfinance Details |
| Unsecured Loan | Business Unsecured Loan |
| Secured Loan | Business Secured Loan |
| Splash Screen | Branded Smooth Animation |
# Clone this repo
git clone https://github.com/YOUR_GITHUB/JunoonCapitalApp.git
# Install dependencies
npm install
# Android Setup
cd android
./gradlew clean
cd ..
# Start Metro
npx react-native start
# Run on Android
npx react-native run-androidexport type imageData = {
imgUri: string;
};
export const imageData: imageData[] = [
{ imgUri: 'https://drive.google.com/uc?export=view&id=...' }
];- Also you can download the app from GitHub's Releases section.
📧 info@junooncapital.com 📱 +91 9311 343 335
All rights reserved.