{"id":15014897,"url":"https://github.com/reactwg/react-native-new-architecture","last_synced_at":"2025-05-14T14:07:22.054Z","repository":{"id":37242987,"uuid":"456956890","full_name":"reactwg/react-native-new-architecture","owner":"reactwg","description":"Workgroup for the New React Native Architecture","archived":false,"fork":false,"pushed_at":"2025-03-14T18:30:59.000Z","size":346,"stargazers_count":1514,"open_issues_count":0,"forks_count":39,"subscribers_count":195,"default_branch":"main","last_synced_at":"2025-04-11T17:49:24.980Z","etag":null,"topics":["fabric","react-native","turbomodule","working-group"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/reactwg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-02-08T14:02:47.000Z","updated_at":"2025-04-10T17:41:32.000Z","dependencies_parsed_at":"2024-03-11T17:03:23.335Z","dependency_job_id":"f32fdb92-5a70-4ba5-840e-5c0c5bbd0566","html_url":"https://github.com/reactwg/react-native-new-architecture","commit_stats":{"total_commits":36,"total_committers":16,"mean_commits":2.25,"dds":0.7777777777777778,"last_synced_commit":"f7cb13bd9fefeca0c7b628deae9c1c3b5844b4ab"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactwg%2Freact-native-new-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactwg%2Freact-native-new-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactwg%2Freact-native-new-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactwg%2Freact-native-new-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reactwg","download_url":"https://codeload.github.com/reactwg/react-native-new-architecture/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254159186,"owners_count":22024558,"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":["fabric","react-native","turbomodule","working-group"],"created_at":"2024-09-24T19:46:14.130Z","updated_at":"2025-05-14T14:07:21.993Z","avatar_url":"https://github.com/reactwg.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# React Native New Architecture Working Group\n\nThe intention of this repository is to coordinate and support the rollout of the **[React Native New Architecture](https://reactnative.dev/docs/the-new-architecture/landing-page)**. We have provided [guides](#guides) and a [discussion](#discussion) space for this purpose.\n\nYou can find New Architecture updates [here](https://github.com/reactwg/react-native-new-architecture/discussions/categories/releases).\n\n## Guides\n\n\u003e [!Caution]\n\u003e These guides are deprecated.\n\u003e\n\u003e You can find the most updated versions of them in the [React Native website](https://reactnative.dev).\n\n- How to enable the New Architecture\n  - For Apps\n    - [Enable the New Architecture for Apps](./docs/enable-apps.md)\n  - For Libraries\n    - [Make your library compatible with the New Architecture](./docs/enable-libraries.md)\n    - [Convert Library to TurboModules/Fabric APIs](./docs/enable-libraries-prerequisites.md)\n      - [Additional information for Android](./docs/enable-libraries-android.md)\n      - [Additional information for iOS](./docs/enable-libraries-ios.md)\n- New Architecture Workflows\n  - [Create a Fabric Native Component](./docs/fabric-native-components.md)\n  - [Create a Turbo Native Module](./docs/turbo-modules.md)\n  - [Using Codegen](./docs/codegen.md) to write type-safe Fabric Components and Turbo Modules\n  - Writing [cross-platform TurboModules](./docs/turbo-modules-xplat.md) with C++\n    - Supporting [custom C++ types](./docs/cxx-custom-types.md)\n  - [Using React 18](./docs/react-18.md) features\n  - [Backwards compatibility](./docs/backwards-compat.md)\n    - For [Legacy Native Modules](./docs/backwards-compat-turbo-modules.md)\n    - For [Legacy Native Components](./docs/backwards-compat-fabric-component.md)\n- [Troubleshooting](./docs/troubleshooting.md)\n- [Appendix](./docs/appendix.md)\n\n## Discussion\n\nThis repository is also a place for discussion and feedback on the New Architecture. You can access it by heading over to the [Discussions Tab on Github](https://github.com/reactwg/react-native-new-architecture/discussions).\n\n\n### Sections\n\nWe've created some sections to keep the discussion focused.\n\n| Title                                                                                                             | Topic                                                                                       |\n| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |\n| [Announcements 📣](https://github.com/reactwg/react-native-new-architecture/discussions/categories/announcements) | General announcements about this working group.                                             |\n| [Deep Dive 🐳](https://github.com/reactwg/react-native-new-architecture/discussions/categories/deep-dive)         | Sharing deep dives and technical-specific topics                                            |\n| [Documentation 📚](https://github.com/reactwg/react-native-new-architecture/discussions/categories/documentation) | A place to chat about the New Architecture documentation and migration material             |\n| [Libraries 🛠](https://github.com/reactwg/react-native-new-architecture/discussions/categories/libraries)          | A place to chat about 3rd party libraries and their migration story to the New Architecture |\n| [Q\u0026A 🤝](https://github.com/reactwg/react-native-new-architecture/discussions/categories/q-a)                     | A place to ask the community for help on the New Architecture topics                        |\n| [Releases 🏁](https://github.com/reactwg/react-native-new-architecture/discussions/categories/releases)           | Updates on New Architecture in each release                                                 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactwg%2Freact-native-new-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactwg%2Freact-native-new-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactwg%2Freact-native-new-architecture/lists"}