{"id":13724732,"url":"https://github.com/thegamenicorus/TurboModulePlayground","last_synced_at":"2025-05-07T19:30:38.680Z","repository":{"id":41742092,"uuid":"229526600","full_name":"thegamenicorus/TurboModulePlayground","owner":"thegamenicorus","description":"Playing with React Native's new architecture:: JSI and TurboModules","archived":false,"fork":false,"pushed_at":"2023-01-05T03:41:57.000Z","size":816,"stargazers_count":55,"open_issues_count":23,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T13:52:04.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/thegamenicorus.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}},"created_at":"2019-12-22T06:16:13.000Z","updated_at":"2024-08-06T22:17:16.000Z","dependencies_parsed_at":"2023-02-03T09:16:36.106Z","dependency_job_id":null,"html_url":"https://github.com/thegamenicorus/TurboModulePlayground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamenicorus%2FTurboModulePlayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamenicorus%2FTurboModulePlayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamenicorus%2FTurboModulePlayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamenicorus%2FTurboModulePlayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegamenicorus","download_url":"https://codeload.github.com/thegamenicorus/TurboModulePlayground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252943589,"owners_count":21829272,"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":[],"created_at":"2024-08-03T01:02:02.565Z","updated_at":"2025-05-07T19:30:35.271Z","avatar_url":"https://github.com/thegamenicorus.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# TurboModulePlayground\n\n## First things first\n\n- This repository is nothing, just try to simulate how TurboModule, and CodeGen work together.\n\n- TurboModule and CodeGen are not yet formally released. It may change in the future. **_Do not use this project for production._**\n\n- only iOS is supported at the moment. PRs for Android are welcome.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/21040043/71474177-649f7580-282e-11ea-8d30-ba0025f1591d.png\" width=\"300\" /\u003e\u003cimg src=\"https://user-images.githubusercontent.com/21040043/71474178-65380c00-282e-11ea-903c-1c8083ba3dc3.png\" width=\"300\" /\u003e\n\n## Getting started\n\n1. Clone this repository.\n2. Run `npm install` , all required components will be installed automatically.\n\n   ### iOS\n\n   1. Run `pod install` from `TurboModulePlayground/ios` folder.\n   2. Start XCode and open generated `TurboModulePlayground.xcworkspace`.\n\n   ### Android\n\n   no steps required.\n\n## Create your turbo module\n\n### iOS\n\n1. Create a Spec file at `src/turbomodules`. Each Spec file is named `Native*.js` for ObjC module **OR** `Native*Cxx.js` for C++ module, where `*` is the name of the NativeModule.\n\n2. Run `npm run codegen`. Then TurboModuleSpec and TurboModuleCxxSpec will be generated at `Xcode/TurboModulePlayground/turbomodule/spec`\n\n3. Add your native file into Xcode.\n\n4. Add your turbo module name into `Xcode/TurboModulePlayground/turbomodule/TurboModuleProvider.mm`\n\n### Android\n\n    not yet supported.\n\n## More about Spec file and supported types.\n\nhttps://github.com/facebook/react-native/issues/24875#issue-444697876\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegamenicorus%2FTurboModulePlayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegamenicorus%2FTurboModulePlayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegamenicorus%2FTurboModulePlayground/lists"}