{"id":23427720,"url":"https://github.com/sunxfancy/react-native-ubuntu","last_synced_at":"2026-04-10T07:46:39.532Z","repository":{"id":76138950,"uuid":"83572299","full_name":"sunxfancy/react-native-ubuntu","owner":"sunxfancy","description":"An unofficial fork of react-native-ubuntu which can work with official react-native-cli without rebuild","archived":false,"fork":false,"pushed_at":"2017-03-03T09:48:49.000Z","size":173,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T08:35:37.274Z","etag":null,"topics":["click","desktop","react","react-native","ubuntu"],"latest_commit_sha":null,"homepage":"https://sunxfancy.github.io/react-native-ubuntu","language":"C++","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/sunxfancy.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":"2017-03-01T15:51:17.000Z","updated_at":"2019-04-25T15:30:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"5569fb91-6085-45c7-a232-15c3466aee69","html_url":"https://github.com/sunxfancy/react-native-ubuntu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sunxfancy/react-native-ubuntu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2Freact-native-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2Freact-native-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2Freact-native-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2Freact-native-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunxfancy","download_url":"https://codeload.github.com/sunxfancy/react-native-ubuntu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunxfancy%2Freact-native-ubuntu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259325573,"owners_count":22841058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["click","desktop","react","react-native","ubuntu"],"created_at":"2024-12-23T06:35:26.625Z","updated_at":"2026-04-10T07:46:39.464Z","avatar_url":"https://github.com/sunxfancy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"React Native Ubuntu\n=======================\n\n\nThis is an unofficial fork of \u003chttps://github.com/CanonicalLtd/react-native\u003e\n\nIt changed the core structure without rebuild react-native tools.\n\n\n## Features\n\n- Fix some bugs and update to newest react-native.\n- Using plugin model works with official react-native-cli\n- Can be used in most linux versions and Ubuntu Click 15.04\n\n## Problems\n\n- It still have tons of bugs in its native code\n- It used an external node process which made I confused\n- Do not know how to publish the native code\n\nWelcome to discuss with me about those problems, which is a great help for me.\n\n## Install\n\nYou should install the react-native-cli first, and create a project.\n\n```sh\n\treact-native init RNUbuntu\n```\n\nUsing npm to install it:\n\n```sh\n\tnpm install http://github.com/sunxfancy/react-native-ubuntu --save\n```\n\nAnd init it first:\n\n```sh\n\treact-native ubuntu\n```\n\nIt should create a ubuntu fold in the root dir of the project.\n\n## Fix the react-native server\n\nYou should change the react-native default configure to let react-native dev-server found ubuntu platform:\n\n```\n// ./node_modules/react-native/packager/defaults.js\n\n...\n\nexports.platforms = ['ios', 'android', 'windows', 'web', 'ubuntu'];  // add ubuntu platform\n\n...\n\nexports.providesModuleNodeModules = [\n  'react-native',\n  'react-native-windows',\n  'react-native-ubuntu'  // add ubuntu platform\n];\n\n```\n\nWhen this project become stable, I will ask them to add this platform. \n\n\n## License\n\nBSD License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunxfancy%2Freact-native-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunxfancy%2Freact-native-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunxfancy%2Freact-native-ubuntu/lists"}