Logo Lanfrica

abeldirectory252/verify-net

Domaine:

digital infrastructure

Type de record:

softwaretools
Créateur:
abe
Hôte:
Mobile payment verifier for Ethiopian banks. iOS & Android. Built by Think Lab. # Verify - Ethiopian Bank Transfer Verifier (Mobile) A native cross-platform mobile app for verifying Ethiopian bank transfers and mobile money payments. Built with React Native and Expo. **Platform**: Native iOS & Android app, exportable to web **Framework**: Expo Router + React Native **Developed by**: Think Lab ## How can I edit this code? There are several ways of editing your native mobile application. ### Use your preferred code editor If you want to work locally using your own code editor, you can clone this repo and push changes. If you are new to coding and unsure which editor to use, we recommend Cursor. If you're familiar with terminals, try Claude Code. The only requirement is having Node.js & Bun installed - install Node.js with nvm and install Bun Follow these steps: ```bash # Step 1: Clone the repository using the project's Git URL. github.com git clone # Step 2: Navigate to the project directory. cd verify-net # Step 3: Install the necessary dependencies. bun i # Step 4: Start the instant web preview with auto-reloading. bun run start-web # Step 5: Start iOS preview # Option A (recommended): bun run start # then press "i" in the terminal to open iOS Simulator # Option B (if supported by your environment): bun run start -- --ios ``` ### Edit a file directly in GitHub - Navigate to the desired file(s). - Click the "Edit" button (pencil icon) at the top right of the file view. - Make your changes and commit the changes. ## What technologies are used for this project? This project is built with the most popular native mobile cross-platform technical stack: - **React Native** - Cross-platform native mobile development framework created by Meta and used for Instagram, Airbnb, and lots of top apps in the App Store - **Expo** - Extension of React Native + platform used by Discord, Shopify, Coinbase, Tesla, Starlink, Eightsleep, and more - **Expo Router** - File-based routing system for React Native …

Languages