{"id":20165178,"url":"https://github.com/krishnanand2517/react-native-wallet-ui","last_synced_at":"2026-04-29T21:01:43.911Z","repository":{"id":232266594,"uuid":"783892315","full_name":"Krishnanand2517/react-native-wallet-ui","owner":"Krishnanand2517","description":"A mobile app showcasing UI for a wallet app","archived":false,"fork":false,"pushed_at":"2024-04-10T20:05:06.000Z","size":7675,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T22:29:11.087Z","etag":null,"topics":["android","android-application","javascript","mobile-app","react-native","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Krishnanand2517.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-08T19:29:01.000Z","updated_at":"2024-04-10T20:05:57.000Z","dependencies_parsed_at":"2025-01-13T14:44:22.409Z","dependency_job_id":null,"html_url":"https://github.com/Krishnanand2517/react-native-wallet-ui","commit_stats":null,"previous_names":["krishnanand2517/react-native-wallet-ui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Krishnanand2517/react-native-wallet-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krishnanand2517%2Freact-native-wallet-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krishnanand2517%2Freact-native-wallet-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krishnanand2517%2Freact-native-wallet-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krishnanand2517%2Freact-native-wallet-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krishnanand2517","download_url":"https://codeload.github.com/Krishnanand2517/react-native-wallet-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krishnanand2517%2Freact-native-wallet-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-application","javascript","mobile-app","react-native","typescript"],"created_at":"2024-11-14T00:36:58.902Z","updated_at":"2026-04-29T21:01:43.887Z","avatar_url":"https://github.com/Krishnanand2517.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wallet App UI\n\nA mobile app showcasing UI for a wallet app.\n\n[Download the app here.](https://github.com/Krishnanand2517/react-native-wallet-ui/releases/tag/v1.0)\n\n\n## Screenshots\n\n|||||\n|:-------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|\n| ![](ReadmeImgs/screen1.jpg) | ![](ReadmeImgs/screen2.jpg) | ![](ReadmeImgs/screen3.jpg) | ![](ReadmeImgs/screen4.jpg)  |\n\n\n## Technologies Used\n\n- React Native (0.73.4) with TypeScript\n- React Navigation (Stack Navigator)\n- Bottom Sheet\n\n## Run the project locally\n\n\u003e **Note**: Make sure you have already [setup the React Native Environment on your machine](https://reactnative.dev/docs/environment-setup), before proceeding.\n\n### Step 1: Start the Metro Server\n\nFirst, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.\n\nTo start Metro, run the following command from the _root_ of your React Native project:\n\n```bash\n# using npm\nnpm start\n\n# OR using Yarn\nyarn start\n```\n\n### Step 2: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n#### For Android\n\n```bash\n# using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n#### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n### Step 3: Modifying your App\n\nNow that you have successfully run the app, let's modify it.\n\n1. Open `App.tsx` in your text editor of choice and edit some lines.\n2. For **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Developer Menu** (\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on Window and Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on macOS)) to see your changes!\n\n   For **iOS**: Hit \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e in your iOS Simulator to reload the app and see your changes!\n\n### Happy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishnanand2517%2Freact-native-wallet-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishnanand2517%2Freact-native-wallet-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishnanand2517%2Freact-native-wallet-ui/lists"}