{"id":15607953,"url":"https://github.com/mukhammadali/react-native-monorepo","last_synced_at":"2026-05-04T18:40:21.556Z","repository":{"id":119599274,"uuid":"287230483","full_name":"Mukhammadali/react-native-monorepo","owner":"Mukhammadali","description":"Share code between Web and React Native","archived":false,"fork":false,"pushed_at":"2022-09-28T10:54:56.000Z","size":380,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-16T14:55:44.051Z","etag":null,"topics":["monorepo","react","react-native","react-native-monorepo","react-native-web","react-native-web-monorepo"],"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/Mukhammadali.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":"2020-08-13T08:58:47.000Z","updated_at":"2023-03-08T19:12:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"664d83a0-8807-448a-9879-2545a351bd2c","html_url":"https://github.com/Mukhammadali/react-native-monorepo","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"9b893bd8ef74183046a4f356b228846c6eb2b35e"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Mukhammadali/react-native-monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukhammadali%2Freact-native-monorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukhammadali%2Freact-native-monorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukhammadali%2Freact-native-monorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukhammadali%2Freact-native-monorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mukhammadali","download_url":"https://codeload.github.com/Mukhammadali/react-native-monorepo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukhammadali%2Freact-native-monorepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32620511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["monorepo","react","react-native","react-native-monorepo","react-native-web","react-native-web-monorepo"],"created_at":"2024-10-03T05:05:22.871Z","updated_at":"2026-05-04T18:40:21.538Z","avatar_url":"https://github.com/Mukhammadali.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native [Web] + Monorepo\n\n### This repository was inspired by [react-native-web-monorepo](https://github.com/brunolemos/react-native-web-monorepo). Huge thanks to Brunolemos! \n \nWhat is different?\n\n- Added absolute path resolving\n- Fixed VsCode Intellisense (CMD+MOUSE CLICK now opens correct file instead of d.ts files)\n- Fixed VSCode Auto importing based on typings.   \n  - now VSCode can suggest and import from correct path while you are writing your code \n- A bit different structure     \n  - apps live under **/apps**   \n  - other utility packages live under **/packages**\n\n## 100% code sharing between Web, iOS and Android\n\nThis is the source code from [this tutorial](https://dev.to/brunolemos/tutorial-100-code-sharing-between-ios-android--web-using-react-native-web-andmonorepo-4pej).\n\n![article-cover](https://user-images.githubusercontent.com/619186/64933790-1fc27680-d81d-11e9-8077-64a1066b7c17.png)\n\n\n### How to run\n\n_Requirements: [React Native](https://facebook.github.io/react-native/docs/getting-started.html#native) (last tested on react-native@0.61)_\n\n  - `$ git clone https/github.com/Mukhammadali/react-native-monorepo.git`\n  - `$ cd react-native-monorepo`\n  - `$ yarn`\n  - `$ cd apps/mobile/ios`\n  - `$ pod install`\n  - `$ cd -`\n  - `$ yarn ios`\n  - `$ yarn web`\n  - Run the project\n    - [iOS] Via Xcode\n      - `yarn xcode` (open the project on Xcode)\n      - Press the Run button\n    - [Android] Via Android Studio\n      - `yarn studio` (open the project on Android Studio)\n      - Press the Run button\n    - Via CLI\n      - _You may need to launch your device emulator before the next command_\n      - `$ yarn android` or  `$ yarn ios`\n\n### Author\n\nFollow me on Twitter: [@_mukhammadali](https://twitter.com/_mukhammadali)\u003cbr/\u003e\n\n\u003ca href=\"https://twitter.com/mukhammadali\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/Mukhammadali.png?size=100\" height=\"100\" /\u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukhammadali%2Freact-native-monorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukhammadali%2Freact-native-monorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukhammadali%2Freact-native-monorepo/lists"}