{"id":13514865,"url":"https://github.com/react-native-community/react-native-template-typescript","last_synced_at":"2025-04-13T19:30:17.978Z","repository":{"id":37432443,"uuid":"123966596","full_name":"react-native-community/react-native-template-typescript","owner":"react-native-community","description":"👾 Clean and minimalist React Native template for a quick start with TypeScript.","archived":false,"fork":false,"pushed_at":"2023-06-26T15:22:36.000Z","size":545,"stargazers_count":1880,"open_issues_count":10,"forks_count":395,"subscribers_count":39,"default_branch":"main","last_synced_at":"2025-04-10T07:50:59.848Z","etag":null,"topics":["boilerplate","jest","react-native","template","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-template-typescript","language":"Java","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/react-native-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-05T19:15:51.000Z","updated_at":"2025-04-08T23:06:23.000Z","dependencies_parsed_at":"2024-01-08T01:42:50.866Z","dependency_job_id":"c9e1ebd1-3317-45f9-9259-77be0c812470","html_url":"https://github.com/react-native-community/react-native-template-typescript","commit_stats":{"total_commits":270,"total_committers":51,"mean_commits":5.294117647058823,"dds":0.5740740740740741,"last_synced_commit":"d78acc8543daf9b9eb525f12e0c5f78ee34d02c2"},"previous_names":["emin93/react-native-template-typescript"],"tags_count":126,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Freact-native-template-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Freact-native-template-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Freact-native-template-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Freact-native-template-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-native-community","download_url":"https://codeload.github.com/react-native-community/react-native-template-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703204,"owners_count":21148118,"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":["boilerplate","jest","react-native","template","typescript"],"created_at":"2024-08-01T05:01:02.866Z","updated_at":"2025-04-13T19:30:17.933Z","avatar_url":"https://github.com/react-native-community.png","language":"Java","funding_links":[],"categories":["Java","React Native"],"sub_categories":["Phaser"],"readme":"# This template is deprecated\n\nReact Native added [first-class support for Typescript in version 0.71](https://reactnative.dev/blog/2023/01/03/typescript-first), with the base template now utilizing it. Additionally, the types have been integrated into the React Native repository. Although this template can still be used to generate projects with older versions of React Native, we will no longer update it. We would like to express our gratitude to all contributors for their efforts in enhancing this template over the years.\n\n## :space_invader: React Native Template TypeScript\n\n\u003cp\u003e\n  \u003ca href=\"https://github.com/react-native-community/react-native-template-typescript/actions/workflows/npm-publish.yml\"\u003e\n    \u003cimg alt=\"Build Status\" src=\"https://github.com/react-native-community/react-native-template-typescript/actions/workflows/npm-publish.yml/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/react-native-community/react-native-template-typescript#readme\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/react-native-community/react-native-template-typescript/graphs/commit-activity\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/react-native-community/react-native-template-typescript/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Clean and minimalist React Native template for a quick start with TypeScript.\n\n## :star: Features\n\n- Elegant usage directly within the [React Native CLI](https://github.com/react-native-community/cli)\n- Consistent with the default React Native template\n- Minimal additional dependencies\n\n## :arrow_forward: Usage\n\n```sh\nnpx react-native init MyApp --template react-native-template-typescript@6.12.10\n```\n\nSee the below table to find out which version of the template to use.\n\n#### React Native \u003c=\u003e Template Version\n\n| React Native | Template |\n| ------------ | -------- |\n| 0.70         | 6.12.\\*  |\n| 0.69         | 6.11.\\*  |\n| 0.68         | 6.10.\\*  |\n| 0.67         | 6.9.\\*   |\n| 0.66         | 6.8.\\*   |\n| 0.65         | 6.7.\\*   |\n| 0.64         | 6.6.\\*   |\n| 0.63         | 6.5.\\*   |\n| 0.62         | 6.4.\\*   |\n| 0.61         | 6.3.\\*   |\n| 0.60         | 6.2.\\*   |\n\n## :warning: React Native CLI\n\nThis template only works with the new CLI. Make sure you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`) for the below command to work. If you wish to not use `npx`, you can also install the new CLI globally (`npm i -g @react-native-community/cli` or `yarn global add @react-native-community/cli`).\n\nIf you tried the above and still get the react-native-template-react- native-template-typescript: Not found error, please try adding the `--ignore-existing` flag to [force npx to ignore](https://github.com/npm/npx#description) any locally installed versions of the CLI and use the latest.\n\nFurther information can be found here: https://github.com/react-native-community/cli#about\n\n## :computer: Contributing\n\nContributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md).\n\n## :bookmark: License\n\nThis project is [MIT](LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-community%2Freact-native-template-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-native-community%2Freact-native-template-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-community%2Freact-native-template-typescript/lists"}