{"id":28137363,"url":"https://github.com/rexogamer/react-native-url-bug","last_synced_at":"2026-06-22T21:31:54.045Z","repository":{"id":288178621,"uuid":"967099646","full_name":"Rexogamer/react-native-url-bug","owner":"Rexogamer","description":"reproducer for https://github.com/facebook/react-native/issues/50747","archived":false,"fork":false,"pushed_at":"2025-04-16T00:15:45.000Z","size":249,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-29T06:40:50.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rexogamer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-04-15T23:46:33.000Z","updated_at":"2025-04-16T00:20:25.000Z","dependencies_parsed_at":"2025-04-16T10:49:28.251Z","dependency_job_id":null,"html_url":"https://github.com/Rexogamer/react-native-url-bug","commit_stats":null,"previous_names":["rexogamer/react-native-url-bug"],"tags_count":0,"template":false,"template_full_name":"react-native-community/reproducer-react-native","purl":"pkg:github/Rexogamer/react-native-url-bug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexogamer%2Freact-native-url-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexogamer%2Freact-native-url-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexogamer%2Freact-native-url-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexogamer%2Freact-native-url-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rexogamer","download_url":"https://codeload.github.com/Rexogamer/react-native-url-bug/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexogamer%2Freact-native-url-bug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34666961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-05-14T16:22:42.315Z","updated_at":"2026-06-22T21:31:54.013Z","avatar_url":"https://github.com/Rexogamer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-url-bug\n\n![Build](https://github.com/Rexogamer/react-native-url-bug/workflows/Pre%20Merge%20Checks/badge.svg)\n\nThis is your new React Native Reproducer project.\n\n# Reproducer TODO list\n\n- [x] 1. Create a new reproducer project.\n- [x] 2. Git clone your repository locally.\n- [x] 3. Edit the project to reproduce the failure you're seeing.\n- [x] 4. Push your changes, so that Github Actions can run the CI.\n- [x] 5. Make sure the repository is public and share the link with the issue you reported.\n\n# How to use this Reproducer\n\nThis project has been created with `npx @react-native-community/cli init` and is a vanilla React Native app.\n\n\u003e [!IMPORTANT]  \n\u003e Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/set-up-your-environment) so that you have a working environment locally.\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\nFirst, make sure you install dependencies with:\n\n```bash\ncd ios \u0026\u0026 bundle install \u0026\u0026 bundle exec pod install\n```\n\nThen you can run the iOS app with:\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexogamer%2Freact-native-url-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexogamer%2Freact-native-url-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexogamer%2Freact-native-url-bug/lists"}